picker
picker copied to clipboard
Server Side Router for Meteor
Add a deprecation notice to the readme and instructions on how to migrate the code to Meteor 3 and its Express-based webapp
**Describe the bug** It fails when invoking a Meteor api function: ``` 20231229-11:31:10.737(-3)? (STDERR) (node:15963) UnhandledPromiseRejectionWarning: Error: Meteor.userId can only be invoked in method calls or publications. W20231229-11:31:10.738(-3)? (STDERR) at...
Thank you for reviving this package! I wanted to ask to open [issue #12](https://github.com/meteorhacks/picker/issues/12) here too, because it's highly relevant. ### Situation I maintain an application that accepts incoming webhooks...
For Meteor 2.9 or 3.0, this package needs to be updated to remove its direct import of Fiber If needed, replace the Fiber.current/ new Fiber() calls with something that works...