Deploying getting "This page isn’t working"

I'm deploying, on the dashboard it all looks good, when I click the link I get "This page isn’t working"
11 Replies
Walshy
Walshy12mo ago
You likely beat DNS propagation What's the domain?
Ohad
OhadOP12mo ago
https://9675c315.cycoin.pages.dev/ previous deployments, 45min ago, same a deployment 5 days ago worked though
Walshy
Walshy12mo ago
it's throwing a 500 error
Walshy
Walshy12mo ago
?functions-logs
Ohad
OhadOP12mo ago
where do i see them? i usually work with workers and rust, this one is react/vite page
Ohad
OhadOP12mo ago
trying to get logs clicking here
Walshy
Walshy12mo ago
Hmm this seems to be on the asset serving side not Functions side We aren't finding the asset Can you try do deploy again with no cache - npx wrangler pages deploy <dir> --skip-caching
Ohad
OhadOP12mo ago
ok worked! @Walshy thank you
Walshy
Walshy12mo ago
Glad that resolved! Weird error

Did you find this page helpful?