You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all, thank you for creating this project, it seems like the perfect CMS that doesn't get into your way at first glace.
I was eager to try it out, however, I cannot even open the Admin Interface, whenever I do I get the following error:
The page displays Cannot GET /admin and when I open the developer console it says
Refused to execute a script because its hash, its nonce, or 'unsafe-inline' appears in neither the script-src directive nor the default-src directive of the Content Security Policy
I'm on MacOs Mojave using Safari, but I've tried Chromium as well, same error.
Steps to reproduce
enduro new test enduro dev
open http://localhost:3000/admin in your browser.
The text was updated successfully, but these errors were encountered:
Hey there,
first of all, thank you for creating this project, it seems like the perfect CMS that doesn't get into your way at first glace.
I was eager to try it out, however, I cannot even open the Admin Interface, whenever I do I get the following error:
The page displays
Cannot GET /admin
and when I open the developer console it saysI'm on MacOs Mojave using Safari, but I've tried Chromium as well, same error.
Steps to reproduce
enduro new test
enduro dev
open
http://localhost:3000/admin
in your browser.The text was updated successfully, but these errors were encountered: