Hello, when I start my project I get the following error:
GetScripts:928 Uncaught TypeError: Cannot set property 'provider' of undefined in GetScripts:928
(function(){ abp.clock.provider = abp.timing.utcClockProvider || abp.timing.localClockProvider; abp.clock.provider.supportsMultipleTimezone = true; abp.timing.timeZoneInfo = { windows: { timeZoneId: 'UTC', baseUtcOffsetInMilliseconds: '0', currentUtcOffsetInMilliseconds: '0', isDaylightSavingTimeNow: 'False' }, iana: { timeZoneId:'Etc/UTC' }, } })();
In the following function, clock is empty. but not abp.
Any suggestions?
If I then click on the application on the start page many more errors.
The project is almost new and we have not adapted much yet. Last time it worked too.
6 Answer(s)
-
0
Hi, are you using jquery template? which version?
you can try to remove
node_modules
and rebundle the scripts. See aspnetzero documentation -
0
We're using ASP.NET MVC 5.x & AngularJS 1.x.
ABP 3.8.3
-
0
It is running again. I have no idea why ... I only updated some packages (ABP ...)
-
0
Error ist Back again, any ideas ?
-
0
Hi @uabel
Is this the only javascript error on the browser console ? If you have another javascript error related to AngularJS, it might cause this error as well.
-
0
Closing due to inactivity.