Hello.
I was working on a shiny application last night, all was well until I tried adding another graph to which, none of the graphs worked anymore.
I made a post on stackoverflow about the issue:
https://stackoverflow.com/questions/68385614/shiny-the-application-failed-to-start-exited-normally-with-code-137-signal
Since then I have tried a much smaller code with fewer data (<100MB), to no avail.
I stripped the code to a very basic shiny dashboard template and it still won't show any graphs. However, contrary to the SIGKILL error I would receive on the stackoverflow example, I now receive no errors, but no graphs either.
I tried uninstalling R/RStudio, and still, it doesn't load any graphs.
When I run one of my older shiny applications it works perfectly fine.
Anything newer doesn't work... what happened/how can this be fixed?
Thanks.