I'm getting a 404 not found.
I created a new page with the git integration and everything seemed to work, iT connected to my git and it even says "11:24:39.658 Success: Your site was deployed!" in the build logs, but when i go to the website url generated from cloudflare i get a HTTP ERROR 404.
2 Replies
Make sure your output directory is correct
and that you have an index.html
im using Qwik as the framework their is no index.html
I needed to add the cloudflare integration to the project for anyone elsse who's using Qwik. you MUST do npm run qwik add cloudflare(or whatever the updated integration is)