supabase / wrappers

Postgres Foreign Data Wrapper development framework in Rust.
http://fdw.dev
Apache License 2.0
562 stars 56 forks source link

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 #357

Closed thenerdcat closed 3 weeks ago

thenerdcat commented 3 weeks ago

Bug report

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:

  1. Go to the wrappers menu
  2. Click edit in a wrapper
  3. 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

Additional context

Add any other context about the problem here.

imor commented 3 weeks ago

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