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 welcome first redirect is not working correctly when BASE_PATH is configured.
It is redirecting to the application without the BASE_PATH.
E.g:
/welcome instead of /BASE_PATH/welcome
Reproducing the bug
Set the BASE_PATH to "/auth" and access the application you supposed to be redirected to /auth/welcome but the application is redirecting to /welcome only.
Relevant log output
No response
Relevant configuration
No response
Version
v0.13.0
On which operating system are you observing this issue?
Linux
In which environment are you deploying?
Kubernetes
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Preflight checklist
Describe the bug
The welcome first redirect is not working correctly when BASE_PATH is configured.
It is redirecting to the application without the BASE_PATH.
E.g:
/welcome instead of /BASE_PATH/welcome
Reproducing the bug
Set the BASE_PATH to "/auth" and access the application you supposed to be redirected to /auth/welcome but the application is redirecting to /welcome only.
Relevant log output
No response
Relevant configuration
No response
Version
v0.13.0
On which operating system are you observing this issue?
Linux
In which environment are you deploying?
Kubernetes
Additional Context
No response
The text was updated successfully, but these errors were encountered: