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
James
James14mo ago
Do you have a link to your site? I've seen this before when you have minification features turned on
James
James14mo ago
I see a 404 What do you have configured for the build command and output dir?
bkyerv
bkyerv14mo ago
Npm run build Output:"/public", root:"/"
James
James14mo ago
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/
bkyerv
bkyerv14mo ago
I see. Thank you!