Hey everyone, great to be here! <Cal.com> is my se...
# developers
g
Hey everyone, great to be here! Cal.com is my second open-source project that I'm using to replace hosted/main-stream products (my first being n8n). I am hosting my version on Heroku and everything is working perfectly. The only thing I am trying to update/change is the app URL associated with the instance. I've changed both the NEXTAUTH_URL and the NEXT_PUBLIC_WEBAPP_URL Config Var's to my custom domain (https://calendar.s2ventures.co) but my event URL's still show the standard URL (https://s2ventures-calcom.herokuapp.com). Is there any other Config Var's or ways to change the event URL's to the custom domain? Thanks!
z
Have you tried
NEXT_PUBLIC_WEBSITE_URL
as well? Just guessing here
g
Hm, I'll try adding that Var as well
So I added it but it did not change, curious
z
Did you trigger a new build? I'm not sure about how Heroku handles env vars being updated but in Vercel you need to redeploy to see the changes
g
Ah, I still need to do that yes
Thanks! Any way to do it easily for an open-source/heroku noob?
I found this StackOverflow article on the topic and pertains to what I'm trying to do, but maybe I'm not configuring the vars correctly? https://stackoverflow.com/questions/41345744/redeploy-heroku-app-without-code-changes