You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using catch all route for controller matching such as "/$controller/$action?/$id?(.$format)?", the HTTP error view mapped in UrlMappings.groovy is not being rendered ("500"(view:'/error') where there's an error.gsp file in grails-app/views.
The text was updated successfully, but these errors were encountered:
When using catch all route for controller matching such as
"/$controller/$action?/$id?(.$format)?"
, the HTTP error view mapped inUrlMappings.groovy
is not being rendered ("500"(view:'/error')
where there's anerror.gsp
file ingrails-app/views
.The text was updated successfully, but these errors were encountered: