mirror of
https://github.com/Dokploy/templates.git
synced 2026-03-12 10:05:25 -05:00
Supabase API keys being generated incorrectly in the template #109
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 @Suman-Datta-Monash on GitHub (Aug 28, 2025).
Template Name
Supabase
Relevant Logs of the Error
Steps to Reproduce the Error
SUPABASE_PUBLIC_URL,API_EXTERNAL_URL,SMTP_*,ADDITIONAL_REDIRECT_URLS,SITE_URL.Expected behaviour: An invitation is sent to the email address provided in step 4. And a row is added to the auth.users table.
Actual behaviour: After clicking the green "Invite user" button the modal closes, there is no indication that something has gone wrong and a row is not added to the auth.users table.
Environment Information
When does this error occur?
After successful deployment
Additional Context
Workaround
JWT_SECRETANON_KEYandSERVICE_KEYJWT_SECRET,ANON_KEYandSERVICE_KEYin your Supabase service's Environment tab, scroll to the bottom and click the "Save" button.Will you send a PR to fix it?
Maybe, need help
@samiralavi commented on GitHub (Nov 15, 2025):
Supabase template is updated in: https://github.com/Dokploy/templates/pull/537