Hi All,
I'm using build 7.4.2 MVC project.
When I deploy to Azure, I get a 404 not found when clicking the login button (to the host) Interesting part if I manually type in the url to Account/Login it will login but then won't redirect to the first page.
Locally this works fine.
I added the source for Volo.Account.Pro to try and debug what's going on to the solution and I get the same behaviour as in Azure.
Any help much apreciated.
Thanks Heath
5 Answer(s)
-
0
hi
Please share the logs of your applications. liming.ma@volosoft.com
Thanks -
0
hi
Can you share your website's URLs of azure?
liming.ma@volosoft.com
-
0
This is weird. Did you customize any code? Can you share a project that reproduces the problem?
-
0
btw, your application misses some migrations.
Please add new ef core migrations and update the databse.
-
0
hi
I checked your source code. It seems no problem.
I think this is an environmental problem. Can you try to publish it on the local IIS server?