I got cal setup on an instance and set `NEXT_PUBLI...
# general
j
I got cal setup on an instance and set
NEXT_PUBLIC_WEBAPP_URL
+
NEXT_PUBLIC_WEBSITE_URL
to the ip of the machine. Now my issue is that it doesn’t continue after login. I’ve created a user in prisma as well. Network calls succeed as shown in the browser inspector. Did I do anything wrong?
z
Can you provide more context? How are your building and running the app? How's your DNS configured? What error are you seeing?
j
I cloned the repo on a gcp instance setup all the env variables in the docs + next auth and have a static ip with allow all tcp on port 3000. Db is created and first user was setup no problem
Then yarn build and start