Cloudflare Pages deployment route content not loaded
Like for 2-3 days I'm trying to deploy my test Solid Start site at least SOMEWHERE, but the only provider which seems doable is Cloudflare Pages - my site actually gets deployed successfully.
But when I go to the deployment URL I can see my navbar, but I cannot see the current route content (which is wrapped in
Suspense
in my code):
Below I have 2 screenshots, the empty one from the deployment and the correct one from localhost.
I'm really open for any suggestions because it this point I'm completely desparate: my project can't even be built statically, and when deploying to Vercel or Netlify I get errors which nobody else seems to be getting.5 Replies
Can you share your repo url or at least app.config.ts?
Did you use the corresponding provider/preset for Netlify/Vercel/cloudflare for the nitro config?
I checked other related posts and GitHub issues. My config is correct.
Did you have a look at this post from Ryan:
https://ryanjc.com/blog/solidstart-cloudflare-pages/
Deploying SolidStart to Cloudflare Pages
Deploying SolidStart (Nitro) to Cloudflare Pages
There’s a additional rollup config for :
Thanks, I'll try it out.
I actually reverted my project back to plain SolidJS already because I lost hope