veliovgroup / Meteor-Files

🚀 Upload files via DDP or HTTP to ☄️ Meteor server FS, AWS, GridFS, DropBox or Google Drive. Fast, secure and robust.
https://packosphere.com/ostrio/files
BSD 3-Clause "New" or "Revised" License
1.11k stars 166 forks source link

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

Open bratelefant opened 4 months ago

bratelefant commented 4 months ago

I'm having an issue:

I have an idea

dr-dimitru commented 4 months ago

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

dr-dimitru commented 4 months ago

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

bratelefant commented 4 months ago

Forgot to mention that I was on meteor 2.15

harryadel commented 4 months ago

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

dr-dimitru commented 4 months ago

@harryadel can you share what was done?