You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using Parse API to check, if session is still valid and if not, we do logout internally and show login screen. It worked till we upgraded to newest Parse server 4.2.0 (till then we had 3.9.0). However, now the server returns generic error 500 without any info about specific error (invalid session in this case).
Steps to reproduce
Call for example /users/me REST API with non existing sessionID.
Expected Results
I expected to get Parse specific response with error INVALID_SESSION_TOKEN, as it worked with previous versions of Parse server
Actual Outcome
I get Error 500 - interval server error
Environment Setup
Server
parse-server version (Be specific! Don't say 'latest'.) : 4.2.0
Operating System: linux / docker
Localhost or remote server? Digital Ocean k8s
Database
PosgreSql: PostgreSQL 11
Localhost or remote server? Digital Ocean
Logs/Trace
Callstack:
Error: Invalid session token
at Object.getAuthForSessionToken (/opt/app/node_modules/parse-server/lib/Auth.js:114:11)
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:97:5)
The text was updated successfully, but these errors were encountered:
Update - I downgraded to Parse server 4.1.0 and everything works as expected on this version. So that problem have to happen somewhere between 4.1.0 and 4.2.0.
The logs in 4.1.0:
Invalid session token {"code":209,"stack":"Error: Invalid session token\n at Object.getAuthForSessionToken (/opt/app/node_modules/parse-server/lib/Auth.js:114:11)\n at processTicksAndRejections (internal/process/task_queues.js:97:5)"}
Error: Invalid session token
Object.getAuthForSessionToken (/opt/app/node_modules/parse-server/lib/Auth.js:114:11)
at processTicksAndRejections (internal/process/task_queues.js:97:5)
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Issue Description
We are using Parse API to check, if session is still valid and if not, we do logout internally and show login screen. It worked till we upgraded to newest Parse server 4.2.0 (till then we had 3.9.0). However, now the server returns generic error 500 without any info about specific error (invalid session in this case).
Steps to reproduce
Call for example /users/me REST API with non existing sessionID.
Expected Results
I expected to get Parse specific response with error INVALID_SESSION_TOKEN, as it worked with previous versions of Parse server
Actual Outcome
I get Error 500 - interval server error
Environment Setup
Server
Database
Logs/Trace
Callstack:
Error: Invalid session token
at Object.getAuthForSessionToken (/opt/app/node_modules/parse-server/lib/Auth.js:114:11)
at runMicrotasks ()
at processTicksAndRejections (internal/process/task_queues.js:97:5)
The text was updated successfully, but these errors were encountered: