Resetting the Admin password in a Static Admin Panel

Hi guys,

I’ve recently wrote a tutorial on how to deploy Strapi in Azure. You can have a look here: https://medium.com/@malhao/tutorial-strapi-on-azure-web-and-static-apps-with-github-cd-ci-and-postgresql-server-b6fb9bf11612

Basically, I’ve created a Web App for Strapi’s backend and a Static Web App for the Admin panel. Everything seem to work smoothly until I had to reset my admin password.

After requesting the password update I get the URI to reset my password. However, when I go the the provided URI I get a 404 for MS Azure. For some reason the route /auth/reset-password has not been exposed/generated during the build process OR maybe it’s being blocked (somehow) by Azure.

Does anyone have any idea how can I solve this?

p.s. The goal is not to reset the password, really (I know there are other way to do it). The goal is to make the route accessible on the static version of the Strapi Admin Panel so I can reset the password using this method.