Local Supabase Studio shows 502 error on Edge Functions and Cron Logs pages
When running Supabase locally with Docker and I go on these Edge Functions or Cron pages in the Logs section, I get this error displayed:
{
"code": 502,
"errors": [],
"message": "Something went wrong! Unknown error. If this continues please contact support.",
"status": "UNKNOWN"
}
In the browser, I see console logs like these:
_app-49dea6f19d826f6a.js:19
GET http://localhost:54323/api/projects/default/load-balancers 404 (Not Found)
GET http://localhost:54323/api/projects/default/analytics/warehouse/tenant 404 (Not Found)
Can anyone help?
{
"code": 502,
"errors": [],
"message": "Something went wrong! Unknown error. If this continues please contact support.",
"status": "UNKNOWN"
}
In the browser, I see console logs like these:
_app-49dea6f19d826f6a.js:19
GET http://localhost:54323/api/projects/default/load-balancers 404 (Not Found)
GET http://localhost:54323/api/projects/default/analytics/warehouse/tenant 404 (Not Found)
Can anyone help?
