Grails 3 is the next major version of the Grails framework. This tag can/should be used with all Grails 3.x version so that the users on StackOverflow don't have to filter each specific Grails version (for example, 3.1.10, 3.2.0-m2) and they can filter every question which is related to Grails 3.
Questions tagged [grails3]
289 questions
-1
votes
1 answer
Impersonate user (Switch to other user) functionality not working after closing browser
I am unable to login as another user (Impersonate) once after closing the browser. Here are my config settings
build.gradle
compile 'org.grails.plugins:spring-security-core:3.2.3'
Gsp:

kambalapalli Mahesh
- 19
- 4
-1
votes
1 answer
Extending the GUI from plugins in Grails 3
I have a requirement where new items should be added to the menu of an app when different plugins are installed. The key idea is to extend the frontend functionality with plugins, adding new items on the menu will allow to access actions from…

Pablo Pazos
- 3,080
- 29
- 42
-1
votes
1 answer
grails 3.1.10 with spring boot 1.4.0.RELEASE is throwing Failed to instantiate ch.qos.logback
We are upgrading grails version 3.0.9 to 3.1.10 with spring boot 1.4.0.RELEASE and when i try to compile i am getting this error:
Failed to instantiate [ch.qos.logback.classic.LoggerContext]
Reported exception:
java.lang.NoSuchMethodError:…

sri
- 1
- 1
-2
votes
1 answer
How to implement tinyurl on grails 3?
How to implement tinyurl on grails 3?
Or can someone suggest the implementing code of the same plugin which was available in grails 2

Kapil Arora
- 151
- 1
- 12