mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-06 10:37:26 -05:00
Supabase issues #27
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).
Seems that at https://github.com/Dokploy/templates/blob/main/blueprints/supabase/template.toml#L30 we look for JWT_EXP but the env var seems to be defined as JWT_EXPIRY(?) https://github.com/Dokploy/templates/blob/main/blueprints/supabase/template.toml#L30
Also it's weird that the ANON_KEY and SERVICE_KEY are hard-coded? aren't they supposed to be created from the JWT_SECRET using something like
@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