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

Fail test for Login or Signup when LiveQuery server is set to watch for class _Session #7495

Closed

Conversation

Meglali20
Copy link
Contributor

@Meglali20 Meglali20 commented Aug 17, 2021

…or class _Session you will get the following error and won't be able to login or sign up error: Uncaught internal server error. Cannot modify readonly attribute: sessionToken

New Pull Request Checklist

Issue Description

Closes #7493

Approach

TODOs before merging

  • Add test cases
  • Add entry to changelog
  • Add changes to documentation (guides, repository pages, in-code descriptions)
  • Add security check
  • Add new Parse Error codes to Parse JS SDK
  • ...

…or class _Session you will get the following error and won't be able to login or sign up error: Uncaught internal server error. Cannot modify readonly attribute: sessionToken
@Meglali20 Meglali20 changed the title Fail test for Login or Signup when LiveQuery server is set to watch for class _Session you will get the following error and won't be able to login or sign up error: Uncaught internal server error. Cannot modify readonly attribute: sessionToken Fail test for Login or Signup when LiveQuery server is set to watch for class _Session Aug 17, 2021
@dblythy
Copy link
Member

dblythy commented Aug 20, 2021

Thanks @Meglali20! Opening a PR with failing tests helps us replicate the issue.

Would you like to have a crack at working on this one? Let us know if we can help you in any way!

@mtrezza
Copy link
Member

mtrezza commented Aug 20, 2021

Can you please open an issue and reference this PR? This helps others to better understand what the issue is. The issue template asks for additional information that we need to decide whether we will look into this issue.

@dblythy
Copy link
Member

dblythy commented Aug 21, 2021

@mtrezza I believe this is #7493

@mtrezza
Copy link
Member

mtrezza commented Aug 21, 2021

Ah thanks, I will add this to the post above.

@Meglali20
Copy link
Contributor Author

@dblythy Maybe in the future when I fully understand the Parse server, I just discovered the Parse server recently, at the moment I could use a temporary solution for this related issue (create a class similar to the session class and update it when a user logs in), But it would also be great if you have an any better recommendation or even a tip on how to fully fix this issue and create a PR for it.

@dblythy
Copy link
Member

dblythy commented Oct 9, 2021

Closed via #7554

@dblythy dblythy closed this Oct 9, 2021
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

Successfully merging this pull request may close these issues.

LiveQuery Session doesn't allow login
3 participants