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
if in dev environment path('sulu_community') = /de/login
when changed into stage env path('sulu_community') = /login
so it creates a redirect and lose my post data.
both webspaces environments are with /{localization} and the route include is type portal.
Expected Behavior
in both environments it will prefix the language.
Steps to Reproduce
Install sulu and change env, just look at the action of the login form.
Possible Solutions
I fixed it by removing type portal and add prefix: /{_locale}
The text was updated successfully, but these errors were encountered:
Actual Behavior
if in dev environment path('sulu_community') = /de/login
when changed into stage env path('sulu_community') = /login
so it creates a redirect and lose my post data.
both webspaces environments are with /{localization} and the route include is type portal.
Expected Behavior
in both environments it will prefix the language.
Steps to Reproduce
Install sulu and change env, just look at the action of the login form.
Possible Solutions
I fixed it by removing type portal and add prefix: /{_locale}
The text was updated successfully, but these errors were encountered: