Error getting version, preloaded query not found
I'm starting to think it is a bug. I have a preload query that I'm using like this:
The query file
convex/submissions.ts
is like follows:
For some reason, the database returns null on the get, but I 'm completely sure the ID exists (I checked with console logs and querying the database from the dashboard).2 Replies
Thanks for posting in <#1088161997662724167>.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use search.convex.dev to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
I'm getting errors in convex functions like:
Turn's out it's not an issue of the preload itself, seems to be something else.