Timo Frionnet
Timo Frionnet
After recently up Meteor from 2.1.1 to 2.4 I have noticed an issue with my Autoform hooks. Noticeably only on the insert hooks, where only the before - insert hook...
Hi, I'm currently switching from TAPi18n to an alternative for managing translations, and found your package. I am currently running an app that is in a slow transition from Blaze...
Hi, I've tried to implement a basic auth functionality using middleware as described here: https://github.com/vercel/examples/tree/main/edge-middleware/basic-auth-password I got the password protection to work correctly, but I ran into an issue where...
I'm having an issue where I need to run some async code in a method. To get this working, I've added async in front of the run function and used...
Got this error while in dev mode that originated from this line: https://github.com/JorgenVatle/meteor-vite/blob/d82fc0838302bfc407c9eb68129c23dc65cefe2d/packages/vite-bundler/src/loading/vite-connection-handler.ts#L30 This function is now renamed to getTextAsync as can be read [here](https://v3-migration-docs.meteor.com/api/renamed-functions.html#assets-gettext). I would be happy to...
After deploying my app to a server with meteor 3.0 and vite, I found in the console logs an error regarding react refresh that was still in the production bundle....
When trying to build/deploy a project with the zodern relay plugin setup i'm getting the following error: ```/tanstack-query-todo/.meteor/local/vite/bundle/meteor-entry.js: Cannot read properties of undefined (reading 'arch')``` This issue can be seen...
As discussed in the following issue: https://github.com/JorgenVatle/meteor-vite/issues/132#issuecomment-2265489765 A solution for typescript support for the zodern-relay package
Hi, While I was using the vite plugin with my app I found that whenever I just changed a meteor method it would update in the terminal, but the client...
Hi, This morning I found that my server was running at 100% CPU usage, so I was going through logs to see if I could find the cause of this...