Hi there, All of our services can not be resolved by 'abp.services.*' We have fully read the Logs.txt in AppData folder and [dbo].[AbpAuditLogs] tables, but no useful formation has been found. Anybody facing the same issue ? We are using Aspnetzero and we updated all the packages to the latest version ( Abp V.2.0.2.0 ... )
_Header.js?v=636307129102958674:3 Uncaught TypeError: Cannot read property 'app' of undefined at HTMLDocument.<anonymous> (_Header.js?v=636307129102958674:3) at i (jquery.min.js:2) at Object.fireWith [as resolveWith] (jquery.min.js:2) at Function.ready (jquery.min.js:2) at HTMLDocument.K (jquery.min.js:2)
5 Answer(s)
-
0
Hi,
Can you check the result of "AbpServiceProxies/GetAll" request in your browser's network tab ? It should return ABP service proxy scripts.
Thanks.
-
0
Actually we rolled back to the previous version, so I can not trace that bug!! I currently have access to the that url and all of the services are available. :D Anyway, thank you very much, maybe your solution would be helpful in the future.
Thanks for your reply,
-
0
Thanks for the feedback :), we can help you in the future if you want to upgrade again.
-
0
<cite>ismcagdas: </cite> Hi,
Can you check the result of "AbpServiceProxies/GetAll" request in your browser's network tab ? It should return ABP service proxy scripts.
Thanks.
What if it does not return anything? In my case I get nothing in response.
Thanks
-
0
I was able to resolved it!
My issue was that, I was using multiple "out parameters" in the AppService method. Removing those parameters and using class as a parameter instead resolved the issue.