Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues deploying to cloudflare #187

Open
SoundPhoenix opened this issue May 17, 2024 · 1 comment
Open

Issues deploying to cloudflare #187

SoundPhoenix opened this issue May 17, 2024 · 1 comment

Comments

@SoundPhoenix
Copy link

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 2024-05-17 13 18 35
Screenshot from cloudflare

image
Screenshot from my domain

@Confley
Copy link

Confley commented Sep 6, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants