Base solution for your next web application
Open Closed

utcClockProvider exception #4511


User avatar
0
rattlehub created

I am trying to build a custom Public site. I have included <script src="~/AbpScripts/[email protected]" type="text/javascript"></script> in the bottom of my page but i get this error. GetScripts:1299 Uncaught TypeError: Cannot read property 'utcClockProvider' of undefined at GetScripts:1299 at GetScripts:1302


1 Answer(s)
  • User Avatar
    0
    aaron created
    Support Team

    Did you include abp.js before GetScripts as done in _Layout.cshtml?

    <script src="~/lib/abp-web-resources/Abp/Framework/scripts/abp.js" asp-append-version="true"></script>