You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I had recently tried to deploy this site to cloudflare with my changes and cloudflare says it is working properly but when you go to my domain it gives a 404 HTTP error saying the webpage could not be found is there anyway to fix this and get my website back up?
Screenshot from cloudflare
Screenshot from my domain
The text was updated successfully, but these errors were encountered:
That might be due to issues with some dependencies you implemented with your changes. When I deployed my project on Vercel, I encountered something similar—the page wouldn't display.
To check if it's the dependencies causing the problem, you could create a local build with npm run build and see if the same issue occurs.
A command that might help you resolve the dependencies is npm ls (dependency_name). With this command, you can see detailed information about the specific dependency and check if it's incompatible with any other dependencies. I believe it also shows you which version of the dependency is compatible.
So I had recently tried to deploy this site to cloudflare with my changes and cloudflare says it is working properly but when you go to my domain it gives a 404 HTTP error saying the webpage could not be found is there anyway to fix this and get my website back up?
Screenshot from cloudflare
Screenshot from my domain
The text was updated successfully, but these errors were encountered: