horo
horo
CDCloudflare Developers
Created by horo on 7/1/2024 in #pages-help
Deployed file is 404ing
Oh I'm stupid, I forgot about url rewrite rules I have in place.
4 replies
CDCloudflare Developers
Created by horo on 7/1/2024 in #pages-help
Deployed file is 404ing
Just realized the font in the deployment URL works and the one in custom domain doesn't, also.
4 replies
CDCloudflare Developers
Created by horo on 7/1/2024 in #pages-help
Deployed file is 404ing
For the record I don't think this is due to some cache thing, because of Cf-Cache-Status: DYNAMIC
4 replies
CDCloudflare Developers
Created by horo on 5/30/2024 in #pages-help
I get 500 response from pages without any functions
wow it was me 😭 oops
37 replies
CDCloudflare Developers
Created by horo on 5/30/2024 in #pages-help
I get 500 response from pages without any functions
thanks!
37 replies
CDCloudflare Developers
Created by horo on 5/30/2024 in #pages-help
I get 500 response from pages without any functions
replied, sorry about the wait
37 replies
CDCloudflare Developers
Created by horo on 5/30/2024 in #pages-help
I get 500 response from pages without any functions
i dont have access to my computer right now and my phone doesn’t seem to be loading my email for password reset, so it might take a bit :(
37 replies
CDCloudflare Developers
Created by horo on 5/30/2024 in #pages-help
I get 500 response from pages without any functions
nope! it's possible that this has something to do with a 404.html (both my site and the repro I posted above have it), but I doubt that
37 replies
CDCloudflare Developers
Created by horo on 5/30/2024 in #pages-help
I get 500 response from pages without any functions
oops, meant to @Tom Klein as a reply
37 replies
CDCloudflare Developers
Created by horo on 5/30/2024 in #pages-help
I get 500 response from pages without any functions
i tested on another account and it returned a 500 response again. also, i made this repro (on my normal account):
>>> for i in range(15_000):
... with open(f"test/{i}.html", "w") as f:
... f.write(f"<!DOCTYPE html><html><head><title>Page {i}</title></head><body><p>This is page {i}!</body></html>")
...
>>> for i in range(15_000):
... with open(f"test/{i}.html", "w") as f:
... f.write(f"<!DOCTYPE html><html><head><title>Page {i}</title></head><body><p>This is page {i}!</body></html>")
...
then npx wrangler pages deploy test to get https://f47e5dd9.testing-500-repro.pages.dev/. https://f47e5dd9.testing-500-repro.pages.dev/404 returns a 500, https://f47e5dd9.testing-500-repro.pages.dev/10005 is fine.
37 replies
CDCloudflare Developers
Created by horo on 5/30/2024 in #pages-help
I get 500 response from pages without any functions
yea
37 replies
CDCloudflare Developers
Created by horo on 5/30/2024 in #pages-help
I get 500 response from pages without any functions
it's possible i messed up wrangler code somehow because i'm running with some local modifications (pr'ed but not merged yet), as otherwise i cannot upload 16k files from windows
37 replies
CDCloudflare Developers
Created by horo on 5/30/2024 in #pages-help
I get 500 response from pages without any functions
ok so i just ran npx wrangler pages deploy dist --project-name repro-500 (dist is my built site with 16k files) and got that on https://b0a4bda4.repro-500.pages.dev/ it returns a 500 response on the index, but not at https://b0a4bda4.repro-500.pages.dev/CS/2200
37 replies
CDCloudflare Developers
Created by horo on 5/30/2024 in #pages-help
I get 500 response from pages without any functions
lemme go see if i can repro it
37 replies
CDCloudflare Developers
Created by horo on 5/30/2024 in #pages-help
I get 500 response from pages without any functions
in the past it’s just been “deploy a bunch of files” though the first time it 500ed 100% of the time (at least based on what i remember)
37 replies
CDCloudflare Developers
Created by horo on 4/17/2024 in #pages-help
Pages deployment is 500ing?
i dont understand why requesting a static page uploaded to cf pages, w/o functions or whatever should 500...
19 replies
CDCloudflare Developers
Created by horo on 4/17/2024 in #pages-help
Pages deployment is 500ing?
looks like a 50/50 split (?)
19 replies
CDCloudflare Developers
Created by horo on 4/17/2024 in #pages-help
Pages deployment is 500ing?
oh some of the pages that should work are 500ing too
19 replies