[V2] WS crashes on start
See original GitHub issueVersion and Environment Details
Operation system: MacOS 10.14.4
IDE name and version: WS 2019.1
Plugin version: 2.0.0
Actual Behaviour
Crashes WS on launch. (WS screen freeze, force restart)
Steps to Reproduce / Link to Repo with Reproduction and Instructions
This is a mono-repo with the following config…
{
"projects": {
"admin": {
"schemaPath": "./packages/admin-server-nexus/src/generated/schema.graphql",
"includes": ["./packages/admin-client/src/containers/*.tsx"]
}
}
}
I assume this is a config problem, but no config I think of stops the crash. I’ve downgraded in the interim. Any help is very appreciated!
Issue Analytics
- State:
- Created 4 years ago
- Comments:5
Top Results From Across the Web
Crashes under high load · Issue #669 · websockets/ws - GitHub
I think data breaks on low-quality SOCKS servers. So crashes of ws can be related to invalid data received. I added event for...
Read more >Eclipse workspace crashes on startup - Stack Overflow
Go to your workspace e.g. C:\Workspace · Then open .metadata.plugins folder from your workspace. · Delete below 2 folders,. org.eclipse.e4.workbench; org.eclipse.
Read more >Every program crashes on startup - Microsoft Community
1. Press the Windows + R keys, type msconfig and click OK; 2. In the System Configuration window, click on the services tab;...
Read more >Monster Hunter Rise: Sunbreak: 'Crash on startup' error
The ideal and official way to fix the Monster Hunter Rise: Sunbreak crashing issue is to wait for Capcom to issue a hotfix...
Read more >game crashes :: Satisfactory Bugs & Technical Issues
it's not the game itself. Just read the crash report: it's DirectX11 that's troubling. I actually have the same problem. ... --> howto...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks Dennis.
The schema file should help me reproduce the issue and find the underlying cause.
I’ll update once I know more.
/Jim
Hi Jim,
Thank you for your incredible help and work!
More broadly, my project looks massive because it incorporates 35 Prisma types and its associated CRUD fields and types. I doubt my schema is more complicated than a run-of-the-mill Prisma application.
Did you see any problematic pattern in the generated schema that would help to modify? I’d be happy to open an issue there and discuss it with the Prisma/Nexus team. From my experience, few Prisma users use Jetbrains products, so I may be a bit of an oddball for the plugin.