-
Notifications
You must be signed in to change notification settings - Fork 209
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
Error 502 Cannot access logs in Local Development #2509
Comments
I am having the same issue since updating the CLI to the last version on Windows 11, before all was working without issues same warning
and the error in the vector container
all other containers run, but the /vector container for the analytics tries to start and shuts down |
On windows it is not possible to allow the docker Desktop socket to be used without a docker business subscription. Settings need to be configured via settings manager, There is are no advanced settings in the desktop app https://docs.docker.com/desktop/hardened-desktop/enhanced-container-isolation/config/ https://docs.docker.com/desktop/hardened-desktop/settings-management/configure/ which is only available to business customers according to their docs unless i am missing something. I tried to to create a config and docker locks me out of my account and shuts down docker desktop unless i remove the config to get it to start up again. |
Hello, it seems there are a few open issues about this so, in an effort to clean up, we will consolidate to this one here. The issue is mostly solved and a fix for the frontend query is coming soon. |
For the issues with sockets and docker configs, those are outside of the Supabase scope and can be resolved by either:
|
@SebasScript I can successfully setup tcp daemon socket on docker CE without a business subscription. could you try the docker settings here #2538 (comment) |
@sweatybridge thanks for letting me know. |
Describe the bug
When trying to view the Postgres logs in the Supabase Studio there's this error:
I've changed enabled to "true" under [analytics] in config.toml.
When I execute
supabase start
I get the following:If I execute with
supabase start
withDOCKER_HOST="unix:///var/run/docker.sock"
, the warning from the analytics container disappears, but I still get the same errors in Supabase Studio when trying to view the logs.The following logs are from the
supabase_analytics_database
container:Expected behavior
Can see the logs.
System information
Rerun the failing command with
--create-ticket
flag.supabase services
command]The text was updated successfully, but these errors were encountered: