shapeshifter
shapeshifter
CDCloudflare Developers
Created by shapeshifter on 8/19/2023 in #workers-help
Can't make post request to other worker
I'm making a fetch request to another worker from a worker and it isn't being picked up the worker that should be receiving the request. Is there something that would be blocking this?
5 replies
CDCloudflare Developers
Created by shapeshifter on 6/26/2023 in #workers-help
503 when multiple workers called
I have a worker that fetches images, resizes them, stores the origin image to cache the returns the resized image. When I load a few it works no problem but I have a page that is loading 100 of them and I'm getting 503's from the worker. I then copy and paste the individual link to a new tab and it works no problem. How can I fix this?
7 replies
CDCloudflare Developers
Created by shapeshifter on 5/4/2023 in #pages-help
getting 404 after fresh deploy to pages
When I run the next.js app locally I have no problems but on pages I get 404 for all pages that work locally
20 replies
CDCloudflare Developers
Created by shapeshifter on 5/4/2023 in #pages-help
⚡ The following functions were not configured to run with the Edge Runtime:
i think i'm not able to build because of functions in an /api/ folder (not /pages/api). They're not configured as edge api routes because they're intended to be called from the client side. Would this make sense?
25 replies
CDCloudflare Developers
Created by shapeshifter on 5/4/2023 in #pages-help
forever building
added cloudflare pages to the github repo and then removed it mid build. Will this eventually resolve on it's own. There doesn't appear to be a way to manually turn this off.
13 replies