10 Answer(s)
-
0
hi,
did you add migrations? also see the logs in web folder
-
0
Yes I have added the migrations.
application working in debug and release mode.
after deploying the application in the cloud its's showing above error.
-
0
can you check the Logs in your web folder? seems like ASP.NET Core Runtime is missing on the prod server.
-
0
only account module not working. after login evrything working fine.
-
0
Check that this URL is loading successfully
https://yourdomain.com/Abp/ServiceProxyScript
-
0
2020-08-11 10:11:40.613 +00:00 [INF] Completed: Setting status of inactive sessions... 2020-08-11 10:11:40.616 +00:00 [INF] Request starting HTTP/1.1 GET https://domain/Account/Login
2020-08-11 10:11:40.627 +00:00 [INF] Executing endpoint '/Account/Login' 2020-08-11 10:11:40.628 +00:00 [INF] Route matched with {page = "/Account/Login", action = "", controller = "", area = ""}. Executing page /Account/Login 2020-08-11 10:11:40.636 +00:00 [INF] Executing handler method Volo.Abp.Account.Public.Web.Pages.Account.LoginModel.OnGetAsync - ModelState is "Valid" 2020-08-11 10:11:40.638 +00:00 [INF] Executed handler method OnGetAsync, returned result . 2020-08-11 10:11:40.640 +00:00 [INF] Executing an implicit handler method - ModelState is "Valid" 2020-08-11 10:11:40.642 +00:00 [INF] Executed an implicit handler method, returned result Microsoft.AspNetCore.Mvc.RazorPages.PageResult. 2020-08-11 10:11:40.708 +00:00 [INF] Executed page /Account/Login in 78.1705ms 2020-08-11 10:11:40.714 +00:00 [INF] Executed endpoint '/Account/Login' 2020-08-11 10:11:40.715 +00:00 [INF] Request finished in 99.3678ms 200 text/html; charset=utf-8 2020-08-11 10:11:41.209 +00:00 [INF] Request starting HTTP/1.1 GET https://domain/Abp/ApplicationConfigurationScript
2020-08-11 10:11:41.214 +00:00 [INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController.Get (Volo.Abp.AspNetCore.Mvc)' 2020-08-11 10:11:41.219 +00:00 [INF] Route matched with {area = "Abp", action = "Get", controller = "AbpApplicationConfigurationScript", page = ""}. Executing controller action with signature System.Threading.Tasks.Task`1[Microsoft.AspNetCore.Mvc.ActionResult] Get() on controller Volo.Abp.AspNetCore.Mvc.ApplicationConfigurations.AbpApplicationConfigurationScriptController (Volo.Abp.AspNetCore.Mvc). 2020-08-11 10:11:41.233 +00:00 [INF] Authorization was successful. 2020-08-11 10:11:41.239 +00:00 [INF] Authorization was successful. 2020-08-11 10:11:41.241 +00:00 [INF] Authorization was successful. 2020-08-11 10:11:41.242 +00:00 [INF] Request starting HTTP/1.1 GET https://domain/Abp/ServiceProxyScript
2020-08-11 10:11:41.251 +00:00 [INF] Executing endpoint 'Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc)' 2020-08-11 10:11:41.253 +00:00 [INF] Route matched with {area = "Abp", action = "GetAll", controller = "AbpServiceProxyScript", page = ""}. Executing controller action with signature Microsoft.AspNetCore.Mvc.ActionResult GetAll(Volo.Abp.AspNetCore.Mvc.ProxyScripting.ServiceProxyGenerationModel) on controller Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController (Volo.Abp.AspNetCore.Mvc). 2020-08-11 10:11:41.289 +00:00 [INF] Executing ContentResult with HTTP Response ContentType of application/javascript 2020-08-11 10:11:41.292 +00:00 [INF] Executed action Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc) in 38.4914ms 2020-08-11 10:11:41.293 +00:00 [INF] Executed endpoint 'Volo.Abp.AspNetCore.Mvc.ProxyScripting.AbpServiceProxyScriptController.GetAll (Volo.Abp.AspNetCore.Mvc)' 2020-08-11 10:11:41.294 +00:00 [INF] Request finished in 52.2982ms 200 application/javascriptthese are my logs in logs folder
-
0
-
0
https://yourdomain.com/Abp/ServiceProxyScript
successfully loading
-
0
I'm checking your website but these URLs don't work
- https://xsensetage.azurewebsites.net/Abp/ServiceProxyScript
- https://xsensetage.azurewebsites.net/Abp/ApplicationConfiguration
See the correct one => https://commercial.abp.io/Abp/ServiceProxyScript
I guess an Azure related problem.
-
0
closed due to inactivity...