mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-06 10:37:26 -05:00
Supabase template over HTTPS #26
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 @maelp on GitHub (Apr 8, 2025).
To Reproduce
it will complain that it tries to make a request over HTTP instead of HTTPS
Current vs. Expected behavior
It should work
Provide environment information
Which area(s) are affected? (Select all that apply)
Application
Are you deploying the applications where Dokploy is installed or on a remote server?
Same server where Dokploy is installed
Additional context
No response
Will you send a PR to fix it?
Yes
@maelp commented on GitHub (Apr 8, 2025):
I updated all the "http://${SUPABASE_HOST}" to "https://${SUPABASE_HOST}" in the docker-compose and now it sends the payload, but it fails with an error that it cannot parse the JWT token or validate the signature
I do see the JWT token which seems to me like a valid JWT encoding (eg xxxx.yyyy.zzz where xxxx and yyy are b64 encoding of some JSON token)
@Siumauricio commented on GitHub (Jun 1, 2025):
Recently a new template was implemented, and the old template was corrected, you can try it and check if you still have this problem.
So let's close this for now