Does anyone know if there is a restriction / bug i...
# questions
u
Does anyone know if there is a restriction / bug in Grails 6 Interceptor#after method? From what I can see I'm unable to alter the view when the view is set from a plugin? I always just get the default page the plugin tries to render regardless of what I set the view to. I'm using the grails-spring-security-ui plugin, but I want to modify the rendering, and not just override the gsp content. I'm using inertia to write an SPA, so rendering should either be a gsp or a gson depending on the request. I appreciate any help, Thanks!