-
I'm making a single discussion in case my two issues are related (ie: bad config). I'll split if needed. I cannot use SSR is set to true in nuxt.config. I should note that this project extends a Nuxt-security (1.0.0 rc 1) options:
Error 1 (useNonce):
The error disappear as soon as I remove Error 2:
I'm using a vue3-prlx fork, and it stops working as soon as I enable this module. I couldn't find much information in the issues or in the documentation. Your insights are very welcome ❤️ |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
@vejja Would you be able to help? |
Beta Was this translation helpful? Give feedback.
-
I tried to create a project in a folder outside the monorepo. package.json
Console:
|
Beta Was this translation helpful? Give feedback.
Ahh, there was a bug in that wasnt catch in the testing process. Can you try with 1.0.0-rc.2 instead?
I had to publish a new version right after first because the first one had a bug that could ne discovered until it was published to public npm (I tried with local verdaccio and bug wasnt there) so with 1.0.0-rc.2 it should work for you.