I recently installed the new NestJS Devtools and followed the documentation to configure my app. However, when I launch the app and try to access the Devtools, I receive the following error message: "Something went wrong (an unexpected error occurred)."
Upon further investigation, I discovered that there seems to be an issue with the graph generated for my app. It's worth noting that my app is extensive and has many modules.
I have the graph.json file that was generated, and I believe it could be helpful in resolving the issue. I'm not sure if there's a problem with the graph itself or if there's an issue with how it's being loaded by the Devtools.
I would appreciate any assistance or guidance on how to resolve this issue.
Thank you.