I have created a subdomain and mapped the server's external IP address to the DNS
https://domain.comIn my .env,
NEXTAUTH_URL =
https://domain.comNEXT_PUBLIC_VIEWER_URL =
https://domain.comCurrently, both the URLs in env are the same. What should be the NEXT_PUBLIC_VIEWER_URL?
if I keep the NEXT_PUBLIC_VIEWER_URL =
https://bot.domain.com the server is not able to make a connection
should I create a new subdomain and map it with NEXT_PUBLIC_VIEWER_URL?