Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
Trying to run the backoffice using grunt following the documentation:
https://our.umbraco.org/apidocs/ui/#/api
The default port when you run:
grunt dev
is 9990
for some reason I cant get it to run on this port so changed to 9000 in gruntfile.js
This allows me to run the application however I get a blank screen and the following error in console:
Uncaught Error: Unknown provider: localStorageServiceProvider <- localStorageService
Hopefully someone else has run into this issue and has a solution.
Cheers,
Marc
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Umbraco Backoffice UI API
Hi,
Trying to run the backoffice using grunt following the documentation:
https://our.umbraco.org/apidocs/ui/#/api
The default port when you run:
grunt dev
is 9990
for some reason I cant get it to run on this port so changed to 9000 in gruntfile.js
This allows me to run the application however I get a blank screen and the following error in console:
Uncaught Error: Unknown provider: localStorageServiceProvider <- localStorageService
Hopefully someone else has run into this issue and has a solution.
Cheers,
Marc
is working on a reply...