Workers + pages not working but no errors
I tried to deploy one of my web applications into cloudflare pages and after a lot of fighting to fix all the edge related issue I was able to have working build
Now when I deploy the page just gives a 404 error (not the nextjs one, just an empty one) and when I try to see the workers logs I receive this error:
We could not find that Workers Service on your account. (Code: 8000068)
Has anybody experienced this?8 Replies
That error means there's no Function
Are you using Git or direct uploads?
Thats what I assumed to but the deployment log doesnt seem to hint at this
I am using git
What's your build log?
do you need the full log?
Ideally
Ok i will send it in dm as it exposes all the endpoints if thats not a problem
nvm I just found a strange error
didnt notice it earlier
update: when buiding locally ( in a gh codespace ) I dont have this issue
seems to be an issue with the cloudflare build