-
SummaryHello community, A question if I may. I recently created a new project from GitHub (a Next.js app) and everything worked well. If I click on the automatically-generated url, I get the right content and can see my app no problem. However, I wanted to have a custom domain name for this app, which I pointed to Vercel and Vercel says the domain is correctly connected up. But after I try to visit my project using this custom domain, I keep getting my old website (the one I had earlier under this domain instead of the new content). I know there is something called propagation but it has already been over a day and I still keep getting the same thing. I also tried clearing cache and hard refreshing - nothing. Could anyone land a hand? Thank you! ExampleNo response Steps to Reproducen/a |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 1 reply
-
Is there any chance you still have a dns record pointing to the old one? |
Beta Was this translation helpful? Give feedback.
-
Have you created a new deployment or redeployed after adding the custom domain? |
Beta Was this translation helpful? Give feedback.
-
same issue here, if I go to mydomain.com I don't have the same behavior than mylastdeployment.vercel.app ! |
Beta Was this translation helpful? Give feedback.
-
you just need to Hard Reload the website if your website is loading static content. I had a same issue and when i hard reloaded the website, It worked. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the suggestions, everyone! I'm combining them into a single post.
|
Beta Was this translation helpful? Give feedback.
-
This discussion was automatically locked because the community moved to a new site. Please join us at vercel.community |
Beta Was this translation helpful? Give feedback.
Thanks for the suggestions, everyone! I'm combining them into a single post.
Create a new deployment after adding the custom domain - #3606 (comment)
Hard refresh the website to reset the results in your browser - #3606 (comment)
Double check DNS records - #3606 (comment)