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
There are places in the application where it assumes the application is deployed to the root of a webserver, thus preventing people from deploying it to a subdirectory.
They should be removed and replaced by relative paths so that the application works regardless of the path used to deploy it.
These are the paths that must be changed as reported in this thread:
Was reported that "...when a registered user receives an invitation to join a conference, if he authenticates before entering the room, he is redirected to the home page instead of redirecting him to the room."
This possibly happens because Mconf-Web is considering the request as an external request. The redirect logic in ApplicationController should be reviewed.
The text was updated successfully, but these errors were encountered:
A few things need to be fixed to allow Mconf-Web to be deployed in a subdir in a server (e.g. "https://my-website.com/portal" instead of simply "https://my-website.com").
Hard-coded paths
There are places in the application where it assumes the application is deployed to the root of a webserver, thus preventing people from deploying it to a subdirectory.
They should be removed and replaced by relative paths so that the application works regardless of the path used to deploy it.
These are the paths that must be changed as reported in this thread:
Redirects
Was reported that "...when a registered user receives an invitation to join a conference, if he authenticates before entering the room, he is redirected to the home page instead of redirecting him to the room."
This possibly happens because Mconf-Web is considering the request as an external request. The redirect logic in
ApplicationController
should be reviewed.The text was updated successfully, but these errors were encountered: