Noirtam
Noirtam
Hi, In your code, you forget `absolute:false`. The bug introduced between grails 5.2X (https://github.com/apache/grails-core/blob/5.2.x/grails-web-url-mappings/src/main/groovy/grails/web/mapping/ResponseRedirector.groovy#L125) and grails 5.3.X (https://github.com/apache/grails-core/blob/5.3.x/grails-web-url-mappings/src/main/groovy/grails/web/mapping/ResponseRedirector.groovy#L125)
I created a new project to reproduce the issue: https://github.com/Noirtam/grails-grails702-issue15224 When I created the new project, I found the cause of the issue. See the constraints in the "UtilisateurRole" domain...