Prerender not working without javascript
Hello i just made my appm using solid start and i want to do prerendering. Everything compiles but when i load the page without javascript i have an empty page still. Is this normal?
Here is my app.config
4 Replies
Start uses streaming ssr by default, you’ll want to add mode: async to your createHandler call in entry-server
so this function ?
making it async ?
Checkout the type of createHandler, it takes an object as it’s second argument
ok i see it. Is this documented somewhere?
this is really hard to find xD
yep that did it
thanks ❤️