Ran supabase start and got the following output locally:
Started local development setup.
API URL: http://localhost:54321
DB URL: postgresql://postgres:postgres@localhost:54322/postgres
Studio URL: http://localhost:54323
anon key: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoiYW5vbiJ9.ZopqoUt20nEV9cklpv9e3yw3PVyZLmKs5
service_role key: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyb2xlIjoic2VydmljZV9yb2xlIn0.M2d2z4SFn5C7Hl
But when I used the anon_key to send a request via Invoke-WebRequest in PowerShell:
Turns out the output from supabase start was cut off. Could be considered a terminal issue, but I havent had this kind of issue with any othr CLI program, so figured I'd raise it here.
To Reproduce
I outlined it in the description.
Expected behavior
I expected to get an http status code 200 for my Invoke-WebRequest command.
Screenshots
If applicable, add screenshots to help explain your problem.
Bug report
Describe the bug
Ran
supabase start
and got the following output locally:But when I used the anon_key to send a request via Invoke-WebRequest in PowerShell:
Dug into the kong container and found the kong.yml where the credentials are stored:
Turns out the output from
supabase start
was cut off. Could be considered a terminal issue, but I havent had this kind of issue with any othr CLI program, so figured I'd raise it here.To Reproduce
I outlined it in the description.
Expected behavior
I expected to get an http status code 200 for my Invoke-WebRequest command.
Screenshots
If applicable, add screenshots to help explain your problem.
System information