-
Select Topic AreaQuestion BodyNot sure whats going on. Im new to cloudflare but I set up pages and workers to automate pushes to my domain. Backend seemed to stop updating tho? |
Beta Was this translation helpful? Give feedback.
Answered by
muxx3
Jul 23, 2025
Replies: 1 comment
-
I ran into this. First things first, are you uploading your backend seperatly via 'wrangler deploy' ? your setup only automates front end changes unless your backend is part of the pages root entry point. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sudoxxe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I ran into this. First things first, are you uploading your backend seperatly via 'wrangler deploy' ? your setup only automates front end changes unless your backend is part of the pages root entry point.