Closed KajSzy closed 6 months ago
This is probably caused by mismatched versions between local and prod. You can sync up local gotrue version to match remote by running supabase link
.
Let me know if db reset works after relinking.
Still throws same error, supabase link
did not show any mismatches between local and remote
In that case, could you create a ticket and report the crash id for me to take a closer look?
supabase db reset --create-ticket
In that case, could you create a ticket and report the crash id for me to take a closer look?
supabase db reset --create-ticket
Ticket id: 90f0cd39e8d84df289525bad7e767e7d
Could you try db reset again after rm -rf supabase/.temp
? The crash ticket looks ok to me.
Sadly, still same error.
I'm quite sure it was working fine with older version but I am unable to test which one exactly.
Tried beta
but still got same error
EDIT:
I've found out that with version 1.115.4
it works fine, but with 1.123.0
it starts to throw errors.
I'm in the progress of fidning exact version at which it was broken
This seems to be a duplicate of https://github.com/supabase/supabase/issues/19620#issuecomment-1856418658
The resolution is to update supabase/seed.sql according to the steps in the linked comment.
Describe the bug I've dumped my production data to sql file for local development purpose. Trying to reset local supabase instance I get an error that column type is invalid.
To Reproduce Steps to reproduce the behavior:
supabase db dump --data-only -f supabase/seed.sql
supabase db reset
locallyExpected behavior As previous versions it was working fine, resetting local database should run smoothly for all signed up users.
Desktop (please complete the following information):
Additional context
Both databases show
provider_id
column astext