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
The goal is to fix route URL generation for single domain. In v0.11.0 hassle free configuration for non-dev profile #163 introduced, that brought this bug.
Current: //localhost[:port]/[path]
Expected: //correctdomainname[:port]/[path]
Workaround till this bug fix gets released; is to define domain mapping in prod profile (or in appropriate profile):
The goal is to fix route URL generation for single domain. In
v0.11.0
hassle free configuration for non-dev profile #163 introduced, that brought this bug.Current:
//localhost[:port]/[path]
Expected:
//correctdomainname[:port]/[path]
Workaround till this bug fix gets released; is to define domain mapping in
prod
profile (or in appropriate profile):The text was updated successfully, but these errors were encountered: