dev server pending forever request solid start
I’m unable to open my app in browser on localhost. There is only one request for the document and it’s pending forever. I’m using Mac OS. Any ideas how to get over it?
2 Replies
Are you useing any async stuff? Maybe one promise is in constant pending state and whole app just wait for it to settle
If yes, then try to add fallback to root suspense. If this fallback is present then it's propably it
Simple example of how constant pending looks like:
https://playground.solidjs.com/anonymous/ae8218b5-3203-4b8f-b938-f7f9c6177173
Solid Playground
Quickly discover what the solid compiler will generate from your JSX template
No, it’s not about that. I removed node modules and reinstalled. This has helped. But it happens sometimes that it gets stuck with just one request pending, usually I was just restarting server, this time removing node modules helped. No idea why this happens