annotationsatharvard / catcha

Catch-A - Catching Annotation: An annotation backend and API.
http://catcha.readthedocs.io
20 stars 9 forks source link

Redirect after creating a new API key does not have app context #66

Closed jmiranda closed 9 years ago

jmiranda commented 9 years ago

The browser redirects to http://localhost:8080/dashboard/index

instead of http://localhost:8080/catch/dashboard/index.

jmiranda commented 9 years ago

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).