[Nest] ERROR [i] Missing refresh token
Solved
NocoDB
-
Hello,
after updating NocoDB and not using it for a few days, I get this error in the console (before doing anything in NocoDB):
Jun 03 23:15:46 [Nest] 1 - 06/03/2023, 9:15:46 PM ERROR [i] Missing refresh token Jun 03 23:15:46 Error: Missing refresh token Jun 03 23:15:46 at t.NcError.badRequest (/app/code/node_modules/nocodb/dist/bundle.js:1:649372) Jun 03 23:15:46 at k.refreshToken (/app/code/node_modules/nocodb/dist/bundle.js:1:1245325) Jun 03 23:15:46 at j.refreshToken (/app/code/node_modules/nocodb/dist/bundle.js:1:174280) Jun 03 23:15:46 at /app/code/node_modules/@nestjs/core/router/router-execution-context.js:38:29 Jun 03 23:15:46 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) Jun 03 23:15:46 at async /app/code/node_modules/@nestjs/core/router/router-execution-context.js:46:28 Jun 03 23:15:46 at async /app/code/node_modules/@nestjs/core/router/router-proxy.js:9:17
This only happens when you are logged out and click on the noco db icon from Cloudron dashboard to open the logon page. This issue wasn't there before. I'm not sure if it's a upstream bug or a problem with Cloudron.
Thank you.
Best Regards,
-
@warg Maybe you can try to clear the browser cache (refresh token seems something login related) ... I can't reproduce it here atleast. Maybe worth reporting upstream if clearing cache does not work.
-
-