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"
12 Replies
You likely beat DNS propagation
What's the domain?
https://9675c315.cycoin.pages.dev/
previous deployments, 45min ago, same
a deployment 5 days ago worked though
it's throwing a 500 error
?functions-logs
where do i see them?
i usually work with workers and rust, this one is react/vite page
trying to get logs
clicking here
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
ok
worked! @Walshy thank you
Glad that resolved! Weird error