-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to link to a project on expo react-native #1588
Comments
Seems to have been introduced in v1.103.0. Downgrading to v1.102.3 fixes this. |
@nkriege how can I do that? |
Could you check the exit code of You can also verify by running |
Error status 404: {"message":"Route GET:/version not found","error":"Not Found","statusCode":404} |
This looks good. It's probably because your hosted project is still on storage v2 while we are migrating to v3. There's nothing to worry about at the moment as it will be fixed eventually when we finish migrating every hosted project. |
This has been addressed in the latest beta release. |
I got the same error, latest macOS.
What did I miss? In |
Do you want to push migrations to the linked project? Currently that command is
|
Thanks @nkriege -- this solved it for me: npx [email protected] link --project-ref <ref>
Need to install the following packages:
[email protected]
Ok to proceed? (y) y
Enter your database password (or leave blank to skip):
Finished supabase link. |
yes, after a few minutes, I figured it out. It works. I thought that Thanks. |
Describe the bug
I am doing npx supabase link --project-ref --password
and I'm getting Error status 404: {"message":"Route GET:/version not found","error":"Not Found","statusCode":404}
To Reproduce
Steps to reproduce the behavior:
npx supabase link --project-ref --password
Expected behavior
I expected to finish the command without throwing errors
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: