NextJS 13 application url is not working after Deployed in Vercel
Answered
Santhosh Prabhakaran posted this in #help-forum

I have deployed my NextJS 13 application in Vercel. The deployment finished successfully. WHen I open the url, It's showing me like below image. I have no idea in it. The other links below the url like "Branch link" and "Deployment link" are working. BUt the NextAuth is not working. Any help on this would be appreciated.

Answered by alfonsus
perhaps you have a common brand name in your URL. the name
airbnb
might confuse the browser thinking that user is trying to access a phishing site that is made similar to airbnb
2 Replies

perhaps you have a common brand name in your URL. the name
airbnb
might confuse the browser thinking that user is trying to access a phishing site that is made similar to airbnb
Answer

@alfonsus perhaps you have a common brand name in your URL. the name `airbnb` might confuse the browser thinking that user is trying to access a phishing site that is made similar to `airbnb`

Yes it is. I've changed the domain name and it works now. Thnaks a lot