-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
fix(service): supabase studio fails to load schemas #7881
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
Conversation
React2Shell improvement according to 2025-55182 / CVE-2025-66478 the version of supabase studio 15.5.2 still effected needed to upgrade to 16.0.10 2026.01.05-sha-1077b50
|
The CVE is already fixed by #7711 no? |
|
Hi @zenoUsman! 👋 It appears to us that you are either adding a new service or making changes to an existing one. Coolify Docs Repository: https://github.com/coollabsio/coolify-docs |
no the CVE still exist in 15.5.2 version according to article of next js, the current supabase studio on coolify runs on 15.5.2 the CVE fixed in 15.5.9 version and current version of official supabase studio image is running on 16.0.10 with cli version 2.67.1. so updating the image version needed to fix CVE. |
I just deployed a brand new supabase using the template we currently have at Coolify and studio is using |
|
Okay mine when update to that version it's install 15.5.2 then I added latest version after that 16.0.10 appeared. |
|
Second problem without new two variables the supabase studio can't communicate with database which shows schema error when you visit supabase dashboard |
I again tried deploying supabase in a completely different Coolify instance using the service template and it was using Nextjs 16.0.10 so our current template is not vulnerable to react2shell CVE. You have updated the docker image tag to new version which is a good thing ^^ So this PR mainly fixes the issue with db schema! |
|
Thanks for the PR. I fixed this on next ccda7db. Next time make sure variables are named the same and also that you do not open a PR from your |



Changes
2026.01.05-sha-1077b50