I am running Grails 3.3.9. I created a small app to measure application usage. I am able to run my project locally without any issues, however when deploying as a war file, I run into the following error on all requested actions, even though the views are present.
Forwarding to error page from request [/q/action_name] due to exception [Could not resolve view with name 'action_name' in servlet with name 'grailsDispatcherServlet']
Could it be that my controller name is too short? Its a letter.
Any guidance would be most appreciated. Thanks in advance.