Replies: 1 comment
-
|
Hi, feel free to contribute. I am not using convex for now and the code was extracted from my previous commits before migration. So there might be some errors, but overall it shall be working. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I occasionally encounter the following error when using
caller-factory--server-contextwith TanStack Start:Environment
problem in this file i copied from caller-factory--server-context
Workaround
i tried to add
"use server";at the top of the file below seems to resolve the issue:My assumption is that the module is sometimes being treated as a client module which causes Vite to attempt resolving server-only injected imports
Documentation Feedback
There are also a few points that were unclear during setup:
Overall, the library is sooo excellent and the developer experience is promising. Thanks for the work on this project
Beta Was this translation helpful? Give feedback.
All reactions