Supabase logs on local dev env show 401 unauthorized #34396
-
Unable to view logs on a local dev environment. Every log shows the following 401 message : Have attempted to disable and re-enable [analytics] in config.toml file with a supabase stop / start used on each change and still getting the error. Browsing tables and running SQL queries works fine. Additionally, I am seeing the following WARNING when starting the supabase local sever WARNING: analytics requires docker daemon exposed on tcp://localhost:2375. In my docker.desktop settings, the daemon is enabled. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 11 replies
-
Yes there was an issue with a release some weeks back. You can however use the latest version (2.20.3 at the time of writing this) which has this fix. npx [email protected] start |
Beta Was this translation helpful? Give feedback.
-
For self-hosted, updating studio in docker compose yaml to 2025.06.05-sha-671aea0 should fix this issue. |
Beta Was this translation helpful? Give feedback.
-
I am still having this error in local development on version v2.31.8. Any workaround? ![]() |
Beta Was this translation helpful? Give feedback.
-
hello @silentworks, same here, deployed studio image |
Beta Was this translation helpful? Give feedback.
-
Same thing happening to me. Is there something to be done? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Yes there was an issue with a release some weeks back. You can however use the latest version (2.20.3 at the time of writing this) which has this fix.