Have an SSR / Astro 2.0 site with Cloudflare and Preact integrations.
Working fine on desktop in dev mode, but when published to pages I get a blank screen (white) with no content (page source just shows <!DOCTYPE html>
. There are no errors or console errors.
The site has authentication that redirects user to a login page. Oddly, when I type in a ‘secure’ url I get redirected to the login page, but still no content.
The build log shows no errors (at least not any that I don’t already have on other working Astro sites). Likewise, I have NODE_VERSION (16) in the environment variables as with these other sites.
I believe the issue is related to my build, but what I am doing is no different than other Astro sites I published (except that it is Astro v2).
If you have a fix or tip great, but if not, what I was looking for are some kind of logs that might reveal an error. Do logs for CF Pages exist?
Thank you!