I am getting a error message when I give any instruction, I get the message
: “Looks like there was a problem. Error: undefined”
My system is self hosted on WSL docker
I am getting a error message when I give any instruction, I get the message
: “Looks like there was a problem. Error: undefined”
My system is self hosted on WSL docker
Hi there, sorry you ran into these issues.
Guessing your WSL + Docker isn’t set up properly for some reason. Please make sure you’ve followed the WSL setup steps correctly:
WSL 2 set up, here are installation instructions: Install WSL | Microsoft Learn
Add Docker to WSL: WSL | Docker Docs
I followed the correct procedure and installed smoothly. I have noted that there is errors coming in api :
UnauthorizedError: No authorization token was found
2025-03-19 08:43:15 at new UnauthorizedError (/quadratic/node_modules/express-jwt/dist/errors/UnauthorizedError.js:22:28)
2025-03-19 08:43:15 at /quadratic/node_modules/express-jwt/dist/index.js:114:39
2025-03-19 08:43:15 at step (/quadratic/node_modules/express-jwt/dist/index.js:33:23)
2025-03-19 08:43:15 at Object.next (/quadratic/node_modules/express-jwt/dist/index.js:14:53)
2025-03-19 08:43:15 at /quadratic/node_modules/express-jwt/dist/index.js:8:71
2025-03-19 08:43:15 at new Promise ()
2025-03-19 08:43:15 at __awaiter (/quadratic/node_modules/express-jwt/dist/index.js:4:12)
2025-03-19 08:43:15 at middleware (/quadratic/node_modules/express-jwt/dist/index.js:67:16)
2025-03-19 08:43:15 at newFn (/quadratic/node_modules/express-async-errors/index.js:16:20)
2025-03-19 08:43:15 at Layer.handle [as handle_request] (/quadratic/node_modules/express/lib/router/layer.js:95:5) {
2025-03-19 08:43:15 code: ‘credentials_required’,
2025-03-19 08:43:15 status: 401,
2025-03-19 08:43:15 inner: { message: ‘No authorization token was found’ }
2025-03-19 08:43:15 }
2025-03-19 08:44:15 403 403 The security token included in the request is invalid.
2025-03-19 08:44:15 403 403 The security token included in the request is invalid.