We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Supabase on the github CI is consistently failing with version 2.12.1. It works with v2.12.0
To Reproduce Steps to reproduce the behavior: create a basic github action with the following:
- uses: supabase/setup-cli@v1 with: version: latest - name: Run supabase run: supabase start -x imgproxy,edge-runtime,logflare,realtime,studio --debug
you'll see the error:
Expected behavior SHould be working.
Screenshots If applicable, add screenshots to help explain your problem.
System information Rerun the failing command with --create-ticket flag.
--create-ticket
supabase services
Additional context If applicable, add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Could you check your config.toml file if there's any override for [api] external_url field?
[api] external_url
You want to comment it out because of this bug fix #3119
Sorry, something went wrong.
oh yes, i have an override:
[api] external_url = "http://localhost:3000"
how do we specify the auth urls now?
Sounds like you want to set the auth site url? This is the frontend url that auth should redirect to after user login or sign up.
[auth] site_url = "http://localhost:3000"
No branches or pull requests
Describe the bug
Supabase on the github CI is consistently failing with version 2.12.1. It works with v2.12.0
To Reproduce
Steps to reproduce the behavior:
create a basic github action with the following:
you'll see the error:
Expected behavior
SHould be working.
Screenshots
If applicable, add screenshots to help explain your problem.
System information
Rerun the failing command with
--create-ticket
flag.supabase services
command]Additional context
If applicable, add any other context about the problem here.
The text was updated successfully, but these errors were encountered: