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)
-
0
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>