hi hungvt
This seems to be a database problem.
How can I repro this?
hi @Ravisha
I realized that we don't need use IIS URL Rewrite, also no need to change your web.config, I just changed my HomeController.
public class HomeController : AbpController
{
public ActionResult Index()
{
return Redirect("~/index.html" + HttpContext.Request.QueryString);
}
}
Everything is working now.
You can try it, if there is still a problem, I can check it remotely.
hi
I will try to deploy and share the steps to you.
hi
I need the steps to reproduce this problem. Can you try it in your local computer ?
hi
It seems that your application did not find this file.
[INF] Request finished HTTP/1.1 GET http://abptest-dev.azurewebsites.net/index.html - - - 302 0 - 52.5579ms
[INF] Request starting HTTP/1.1 GET http://abptest-dev.azurewebsites.net/?httpStatusCode=404 - 0
I add a index.html file to wwwroot and http://localhost/index.html works.
Ravisha is not able to answer to your reply from his account as always he is getting error popup saying "you are not authorized"
Can you try to re-login?
hi @Abhinandan
The index.html exists in wwwroot folder, right? Can you confirm?
hi
angular route didn't load after that
Can you share the browser's console & app logs?
hi @Mehmet
Do you have any ideas?