Closed naeemghumman closed 1 year ago
Hi @sheehan,
I hope you are doing well.
I have a Grails-5.2.4 application where I am trying to use this plugin but in the browser, I get the following error message
Spring Security is enabled in my project but I have tried it in a fresh project (without Spring Security) with the default settings.
My application is running on port 8001 and its name is Centaur. I have tried the following URLs in the browser.
http://localhost:8001/console http://localhost:8001/Centaur/console http://localhost:8001/Centaur/console/index
I have also tried different versions of the plugin like 2.1.1, 3.0.0, and 5.2.4 but none of them is working.
Here is a list of available versions. Which one is the right candidate for Grails-5.2.4? https://repo.grails.org/ui/native/core/org/grails/grails-console/
Please let me know what wrong I am doing.
Thank you
This link solved my issue. It was a dependency problem. https://stackoverflow.com/questions/47885766/grails-3-3-1-console-giving-404
Hi @sheehan,
I hope you are doing well.
I have a Grails-5.2.4 application where I am trying to use this plugin but in the browser, I get the following error message
Spring Security is enabled in my project but I have tried it in a fresh project (without Spring Security) with the default settings.
My application is running on port 8001 and its name is Centaur. I have tried the following URLs in the browser.
I have also tried different versions of the plugin like 2.1.1, 3.0.0, and 5.2.4 but none of them is working.
Here is a list of available versions. Which one is the right candidate for Grails-5.2.4? https://repo.grails.org/ui/native/core/org/grails/grails-console/
Please let me know what wrong I am doing.
Thank you