500 error in get js resource #13597
Replies: 1 comment 1 reply
-
Hi @zMcKracken, this discussion board is not targeted to Q&A and issues, the appropriate channel in this case is Stackoverflow or the community channel at https://grails.slack.com/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have migrated my application from Grails 3.x to 6.1.2. After few fixes I was able to make it run again. In production it runs in a tomcat (9) in a linux box, and everything works fine. I did not realize, though, that in my IDE (IntelliJ on mac with jvm 11) when I run it in debug something is wrong, pages are correctly rendered but I see js are not loaded correctly
Lots of 500 error, in my IDE console I have this error message for each 500:
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions