ArgumentValidationError
I'm getting the following error
However I'm confused if this is refering to the handler or the schema itself.
My handler looks like this which has the optional wrapped around the arg
2 Replies
ArgumentValidationError
so this is referring to the handler. I would guess that you have an older version of the code deployed - is npm run dev / npx convex dev running? Maybe it's blocked on an error (check your terminal).ahh that might have been it. I've been running the backend locally with
just convex dev
command so forgot to switch over when trying on prod, thanks