mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 01:56:43 -05:00
How to access Supabase Studio? #62
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jhonatanlituma1 on GitHub (Jun 3, 2025).
Template Name
Supabase
Relevant Logs of the Error
No specific errors shown in logs; the Supabase Studio page simply does not load or fails to connect.
Steps to Reproduce the Error
Environment Information
When does this error occur?
After successful deployment
Additional Context
I am trying to access the Supabase Studio using the domain automatically generated by Traefik for my service, but I cannot enter the dashboard. I am using the official Supabase template.
I only get timeouts.
Does anyone have any idea what could be going on?
Maybe a port conflict?
Will you send a PR to fix it?
Maybe, need help
@sebasegura97 commented on GitHub (Jul 7, 2025):
Hello! I'm facing the same issue
Operating System: Ubuntu 24.04
Dokploy version: 0.22.7
VPS Provider: Hostinger
Template Version: 1.25.04
Browser: Chrome
@sebasegura97 commented on GitHub (Jul 7, 2025):
It' seems that the problem is with the supabase-studio port conflicting with dokploy port, i don't have experience in devops but i solved the issue mapping a port in the docker-compose.yml of the template, and now the service is accessible through
http:mydomain.com:3001@samiralavi commented on GitHub (Nov 15, 2025):
The Supabase template is updated to the recent release in https://github.com/Dokploy/templates/pull/537. Supabase studio is not meant to be accessed directly via exposing its port, but from the kong proxy, which is already behind DokPloy traefic proxy. So it should just work out of the box.