You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running grails application in development environment ( grails -Dgrails.env=dev ... runApp ) localhost application get redirected to https://www.consoherozh.fr/ at logout. This affects any deployment on another server than www.consoherozh.fr
When running grails application in development environment ( grails -Dgrails.env=dev ... runApp ) localhost application get redirected to
https://www.consoherozh.fr/ at logout. This affects any deployment on another server than www.consoherozh.fr
origin
commit :5e150264beb42acc2e8ba10726b020b016b65a82
grails.serverURL = ["https://www.consoherozh.fr"]
was (and still is) needed for mail template to provide right url to user.
https://github.com/consometers/consoherozh/blob/consoherozh/src/workflow/Activiti_registerService.forgotPassword.bpmn
$context.result.serverUrl
when password is forgotten.
fix should be to find a way to correctly externalize and make configurable grails.serverURL
The text was updated successfully, but these errors were encountered: