StewartMilne
StewartMilne
Adding a port to package.json solved it for me. "dev": "cross-env NUXT_PORT=3333 NODE_ENV=development nodemon src/server/index.js --watch server", More info here: https://nuxtjs.org/faq/host-port I'm using express as server and on a mac.
Today: pimpom:~# bash /var/xdrago/daily.sh 6875 (process ID) old priority 0, new priority 19 INFO: Daily maintenance start files.aegir.cc: forward host lookup failed: Host name lookup failure : Resource temporarily unavailable...
ping works ... wget doesn't bigboi:~# wget http://files.aegir.cc/BOA.sh.txt --2020-10-07 05:25:59-- http://files.aegir.cc/BOA.sh.txt Resolving files.aegir.cc (files.aegir.cc)... failed: Temporary failure in name resolution. wget: unable to resolve host address ‘files.aegir.cc’
Solved: In my VPN provider (Vultr) admin I had to enable an Public IPv6 Network. Only IPV4 was default provided.
I too am experiencing this issue. I have tried on Netlify and also with Firebase. Dev and build are fine, but generate is not working with page reload. The cookie...
in helpers/index.js linter suggests: Could not find a declaration file for module 'cookieparser'. '/Users/stinny/Documents/GitHub/dr3/nuxt-ssr-firebase-auth.v2/node_modules/cookieparser/js/cookieparser.js' implicitly has an 'any' type. Try `npm install @types/cookieparser` if it exists or add a new...
The issue seems to be with helpers/index.js Replacing "function getUserFromCookie" with the code below does work with "nuxt generate" (ie: page refresh does not reset the session) BUT only on...