Alright, thank you. However, I have a server with a control panel, and I encountered an issue with linking the domain to the Supabase container. It is fully functional, but the domain and the HTTPS certificate are not being linked.
@codecope2 күн бұрын
Which control panel do you use? If you are using a reverse proxy like Nginx together with your control panel: 1. Configure the proxy to handle HTTPS for the domain. 2. Redirect HTTP traffic to HTTPS. 3. Ensure that the proxy forwards requests to the Supabase container.
@alcomp54373 күн бұрын
Hi, great video! Is using supabase on selfhosting completely free, or not?
@codecope3 күн бұрын
Yes, it's completely free. The only this you might have to pay for will be the server itself.
@rr71848 күн бұрын
Hello thanks , vice video. ✘ Container supabase-analytics Error dependency failed to start: container supabase-analytics is unhealthy
@dojuw8 күн бұрын
same here. chatgpt fixed it, it was an auth. issue.
@codecope8 күн бұрын
Please check that all your authentication-related environment variables are correctly set in your docker-compose.yml or .env file (Database credentials, API keys or tokens).
@rr71847 күн бұрын
@@codecope working 🤗 I need to do email template working with supabase
@saltcod63Күн бұрын
@@rr7184 would love if y'all could open a Github Issue on what the problem was & what fixed it!
@premjitofficial7 күн бұрын
How to show the Edge functions in supabase studio ?
@codecope7 күн бұрын
You can use "supabase functions new your-function-name" and then serve them via "supabase functions serve" inside the CLI.
@premjitofficial7 күн бұрын
@@codecope In the self-hosted version of Supabase, I noticed that the 'Edge Functions' tab, available in the cloud-hosted version for displaying logs, invocations, is missing. Is it possible to enable this tab in the self-hosted setup? If not, what are the alternatives for accessing logs, and other related information for edge functions in a self-hosted environment?
@jeazyee107928 күн бұрын
Looks good, but is the storage really working? This makes many times problem in self-hosted.
@codecope28 күн бұрын
The normal storage works using this method, but you can set up S3 as well.