Hi, I installed and ran the basic nuxent-template, but once the server is running I encounter the following page:
Cannot GET /
I looked at the console and I get the following error:
Content Security Policy: The page’s settings blocked the loading of a resource at self (“default-src http://127.0.0.1:3000”). Source: ;(function(e){let t={};if(e.hasOwnProper....
I can run Nuxt.js without any issues, but the moment I add Nuxtent as a module to the project this behavior shows up. I have a feeling it's blocking the client-side loading of files, but I don't know how to enable that, or if that is the issue.
I'm on Ubuntu 16.04, Node 9.5 and npm 5.6.
This question is available on Nuxt.js community (#c111)
Hi, I installed and ran the basic nuxent-template, but once the server is running I encounter the following page:
I looked at the console and I get the following error:
I can run Nuxt.js without any issues, but the moment I add Nuxtent as a module to the project this behavior shows up. I have a feeling it's blocking the client-side loading of files, but I don't know how to enable that, or if that is the issue.
I'm on Ubuntu 16.04, Node 9.5 and npm 5.6.