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 Axon Server is running behind a reverse proxy and the reverse proxy has a different root, login does not work.
Problem is that the login page posts the request to the absolute path of the login endpoint (according to Axon Server), and not to a relative path.
The text was updated successfully, but these errors were encountered:
If Axon Server is running behind a reverse proxy and the reverse proxy has a different root, login does not work.
Problem is that the login page posts the request to the absolute path of the login endpoint (according to Axon Server), and not to a relative path.
The text was updated successfully, but these errors were encountered: