Hi everyone, I'm experimenting with the self hoste...
# help
v
Hi everyone, I'm experimenting with the self hosted docker setup and I'm having a problem with signup confirmation emails. The link is either entirely missing, or incorrect. Is there a way to verify or change the link being send in the email? /auth/v1/verify?token=gZ9CE3EL-HlP3eM1WGeY9A&type=magiclink&redirect_to=http://localhost:3000/
n
Hello @victorwhiskey! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User role so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the /title command! We have solved your problem? Click the button below to archive it.
s
Please provide examples of the incorrect link to make it easier to help.
n
victorwhiskey (2022-05-03)
v
The base url appears to be missing
s
Have you set all the env variables required bu the docker self hosted setup?
v
I thought so, but I may have missed something...let me do a screenshot
I was able to resolve the issue by setting "PUBLIC_API_BASE=http://localhost:8000" in the .env file, then referencing that in the docker-compose file GOTRUE_MAILER variables as shown