Getting 404 in supabase when I try to edit an airtable wrapper that I have had and have been able to edit for almost 1 year
Closed this issue · 1 comments
Bug report
- I confirm this is a bug with Supabase, not with my own application.
- I confirm I have searched the Docs, GitHub Discussions, and Discord.
Describe the bug
As soon as I click the edit button it redirects me to a 404 page
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
- Go to the wrappers menu
- Click edit in a wrapper
- Get 404
Expected behavior
I expect to get to the edit wrapper screen
Screenshots
If applicable, add screenshots to help explain your problem.
System information
- OS: [e.g. macOS, Windows]
- Browser (if applies) [e.g. chrome, safari]
- Version of supabase-js: [e.g. 6.0.2]
- Version of Node.js: [e.g. 10.10.0]
Additional context
Add any other context about the problem here.
Hey @thenerdcat,
Thanks for reporting this bug. It is an incorrect link in the Studio. While we fix this, you can manually edit the link in the browser address bar to open the edit wrapper page. E.g. if the link which returns 404 is https://supabase.com/dashboard/project/_/database/wrappers/29462
then replace the database
path with integrations
to get the correct link https://supabase.com/dashboard/project/_/integrations/wrappers/29462