remix app deployed using pages
Has anyone come across a situation where an empty screen is rendered upon deployment? I have set env var node_version to 16.10
6 Replies
Do you have a link to your site? I've seen this before when you have minification features turned on
I see a 404
What do you have configured for the build command and output dir?
Npm run build Output:"/public", root:"/"
I do see https://working-journal.pages.dev/favicon.ico
I'd double check your build - are you sure it's outputting to
public
?
Try running it locally with wrangler pages dev
and such: https://developers.cloudflare.com/pages/platform/functions/local-development/I see. Thank you!