Closed jmiranda closed 9 years ago
The browser redirects to http://localhost:8080/dashboard/index
http://localhost:8080/dashboard/index
instead of http://localhost:8080/catch/dashboard/index.
http://localhost:8080/catch/dashboard/index
Should be fixed now (removed grails.serverUrl from Config.groovy). This property should be configured in the local config file (e.g. catch-config.properties).
The browser redirects to
http://localhost:8080/dashboard/index
instead of
http://localhost:8080/catch/dashboard/index
.