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

User can not be determined in protected callback in Firefox #888

Open
bratelefant opened this issue Apr 18, 2024 · 5 comments
Open

User can not be determined in protected callback in Firefox #888

bratelefant opened this issue Apr 18, 2024 · 5 comments
Labels

Comments

@bratelefant
Copy link

I'm having an issue:

  • If you try to determine the current users Id in the protected callback using Firefox, the userId is always null.
  • Using a local version of my current PR Adding Async Methods to server #884

I have an idea

  • This seems to be related to what's inside Meteor.server.sessions. That map is always empty in Firefox. There's problem using Safari.
@dr-dimitru dr-dimitru added the bug label Apr 18, 2024
@dr-dimitru
Copy link
Member

@bratelefant perhaps v3.0 has major changes in Meteor.server.sessions?

@dr-dimitru
Copy link
Member

@harryadel Hello Harry do you know are there changes in Meteor.server.sessions in meteor@3?

@bratelefant
Copy link
Author

Forgot to mention that I was on meteor 2.15

@harryadel
Copy link
Contributor

I hit this really weird bug where I had to rework the code inside downloadCallback. Which is really bizarre.

@dr-dimitru
Copy link
Member

@harryadel can you share what was done?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants