sheehan / grails-console

A web-based Groovy console for interactive runtime application management and debugging
Apache License 2.0
78 stars 41 forks source link

Console plugin is not working with Grails-5.2.4 #79

Closed naeemghumman closed 1 year ago

naeemghumman commented 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 image

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

naeemghumman commented 1 year ago

This link solved my issue. It was a dependency problem. https://stackoverflow.com/questions/47885766/grails-3-3-1-console-giving-404