-
Notifications
You must be signed in to change notification settings - Fork 375
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug?]: Infinite loop in prod builds #1640
Comments
I think part of the mistake here is that there's two |
@lxsmnsyc Does this match what you suggested? I still see the same error:
I'm not sure what this means. As far as I can tell, the type already consistently returns |
Getting rid of the second |
|
I tried to create a more minimal repro, but, it fails to load for (as far as I can tell) a totally different issue: https://github.com/maxburs/solid-start-infinite-loop
|
Last comment was slightly wrong. In the repro above, |
Duplicates
Latest version
Current behavior 😯
When doing a prod build, app freezes. Dev builds unaffected. Static versions of the pages appear ok, GET request responses appear missing?
Expected behavior 🤔
No response
Steps to reproduce 🕹
Reproduction here: https://deploy-preview-23--maxburson.netlify.app/
Code: https://github.com/maxburs/blog/tree/solid-start
Context 🔦
Trying to get SolidStart to statically render the GET requests on my blog. At least, I'm guessing it's related to the GET requests?
https://github.com/maxburs/blog/blob/6f705bf50a1436bc6d9040bbf1697c650d23ae92/src/routes/index.tsx#L13
https://github.com/maxburs/blog/blob/6f705bf50a1436bc6d9040bbf1697c650d23ae92/app.config.ts
Your environment 🌎
The text was updated successfully, but these errors were encountered: