Description
Hi! Great post and about 5 months ago I was able to follow the instructions and run the static app fine. I added some controls to the telephony part and everything was ok. Now when I take up the project again I am getting 500 error from api/users. I tried running locally to see what the problem might be and I get a 404 for api/users.
[swa] GET http://localhost:4280/.auth/me - 200
[swa] GET http://localhost:7071/api/users/sedashgm@gmail.com (proxy)
[swa] GET http://localhost:4280/api/users/sedashgm@gmail.com - 404
So I cloned your original repo again and created the same local.settings.json as I was using and I get the same result when running locally. I have not tried to create a new Static App.
Do you have any idea what is wrong?