-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The /account path for the account MFE conflicts with a URL #14
Comments
Refinement
Contexto extra: esto solo ocurre cuando hosteamos mfes por path, por eso anteriormente estos cambios solo se aplicaban con un tutor plugin dentro del manifiesto por la cantidad tan pequenia de instancias que teniamos con mfe activos. Ahora estos ajustes se agregan a nuestro plugin de mfe-extension para que cualquier persona pueda hostear mfe por path y no tenga dicho problema |
Efectivamente, esto sigue pasando en redwood, aprovechando que estaba revisando este caso, corrí este script, en un pod de lms y en uno de cms, para verificar que otra url entra en conflicto con los MFEs por path
Solo dieron conflicto estas urls, así que podríamos decir que no hace falta agregar más excepciones
Este es el PR que agrega la ruta de |
Entornos actualizados:
|
Thanks, I tested the fix in one of the links that where reported initially and it is working now. |
When configuring the accounts MFE in the /accounts path, we clash the following url config:
https://github.com/openedx/edx-platform/blob/master/openedx/core/djangoapps/user_authn/urls.py#L11
Basically
/account/finish_auth
is forwarded to react instead of theuser_authn
views.Found this in the configuration of bluenose/mumbasa. Reported there as issue #73
The text was updated successfully, but these errors were encountered: