Pages deployment is 500ing?
Pages.dev: https://classes-1ao.pages.dev/
Deployment ID: all of them, but latest one is 6796f6da-c6f5-4f1a-8975-56700eb4d264
Account ID: 2d90945dc21ab7dc41d442d47f1d78b4
I don't have any error cause this is re: cf serving this. I've uploaded the pages with a Direct Upload (using wrangler)
8 Replies
i thought maybe time passing would fix this but accessing my site still 500s
hi! Is there anything in the logs for that deployment?
Can you try a redeployment?
like this?
where would i find these? (cause im using the Direct Upload thing)
you can use the cli,
wrangler pages deployment tail --help
will get you started.
or in the dashboard, on the deployment table select view details, then under the functions tab you can stream the logs for that deploymentah is that for functions? im not using functions for this (which is why it's surprising that it 500s!)
(running
wrangler pages deployment tail
errors with workers.api.error.script_not_found
so i assume that's for seeing function logs?)oh possibly, I'm not sure about that.
just for the record (in case it wasn't obvious), it's still 500ing even after this (deploy 344ba534-b260-45fb-9fa3-45652c616bbf)
i deleted the "application" (?) and recreated it, then re-uploaded all the dist files. accessing it still 500s.
Deployment ID: e32e1cf8-94fc-4b2c-bef2-dbcae22f60f7
Pages.dev URL: still https://classes-1ao.pages.dev
does pages just fall over when a lot of files are uploaded? i already found a bug in wrangler on windows (and sent in a PR to fix it :S) w/r/t uploading this many files to pages so i doubt it's a common case
ok i possibly found a workaround: uploading the site over multiple "deployments". though i had to delete and recreate the pages project again because somehow even just a 100 page site would 500 in a deployment after the 16k page site that 500ed.
ill see if that holds after a few hours
huh observation: it returns 500 instead of 404ing e.g. for https://classes-1ao.pages.dev/a
oh some of the pages that should work are 500ing too
looks like a 50/50 split (?)
i dont understand why requesting a static page uploaded to cf pages, w/o functions or whatever should 500...