Configure the ‘@nuxt/content’ module to refresh the page and the terminal reports an error. Mine is a brand new project. (node:31206) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'length' of undefined at WebSocket.setSocket (/Users/projects/node_modules/ws/lib/websocket.js...
websocket-client==0.56.0 Werkzeug==0.16.0 Am I missing something here? Owner vimalloc commented Dec 19, 2019 Do you have a jwt.py file locally in your project somewhere? It might be trying to import a local jwt.py instead of from pyjwt. jaydave1988 commented Dec 19, 2019 Oops. ...