Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid session error is not returned as normal Parse error, but as server error #6684

Closed
sarsonj opened this issue May 13, 2020 · 3 comments

Comments

@sarsonj
Copy link

sarsonj commented May 13, 2020

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

    • 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)

@sarsonj
Copy link
Author

sarsonj commented May 13, 2020

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)

@stale
Copy link

stale bot commented Jun 28, 2020

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.

@stale stale bot added the wontfix label Jun 28, 2020
@stale stale bot removed the wontfix label Jul 2, 2020
@mtrezza
Copy link
Member

mtrezza commented Jul 2, 2020

Maybe related to #6082

@sarsonj sarsonj closed this as completed Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants