magicseth
magicseth13mo ago

npx convex deploy reports success, but functions not updating

I've just run
npx convex deploy
npx convex deploy
and it seems like it succeede:
Your prod deployment opulent-goose-254 serves traffic at:

VITE_CONVEX_URL=https://opulent-goose-254.convex.cloud

Make sure that your published client is configured with this URL (for instructions see https://docs.convex.dev/hosting)

? Do you want to push your code to your prod deployment opulent-goose-254 now? Yes
⠸ Deploying to https://opulent-goose-254.convex.cloud...
▲ [WARNING] Cannot find base config file "@vue/tsconfig/tsconfig.dom.json" [tsconfig.json]

serverextension/tsconfig.json:2:13:
2 │ "extends": "@vue/tsconfig/tsconfig.dom.json",
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⠧ Deploying to https://opulent-goose-254.convex.cloud...
✔ Deployed Convex functions to https://opulent-goose-254.convex.cloud
Your prod deployment opulent-goose-254 serves traffic at:

VITE_CONVEX_URL=https://opulent-goose-254.convex.cloud

Make sure that your published client is configured with this URL (for instructions see https://docs.convex.dev/hosting)

? Do you want to push your code to your prod deployment opulent-goose-254 now? Yes
⠸ Deploying to https://opulent-goose-254.convex.cloud...
▲ [WARNING] Cannot find base config file "@vue/tsconfig/tsconfig.dom.json" [tsconfig.json]

serverextension/tsconfig.json:2:13:
2 │ "extends": "@vue/tsconfig/tsconfig.dom.json",
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
⠧ Deploying to https://opulent-goose-254.convex.cloud...
✔ Deployed Convex functions to https://opulent-goose-254.convex.cloud
But I don't see my newest functions when I go to the dashboard, and my production code is throwing errors because the backend isn't finding them
2 Replies
magicseth
magicsethOP13mo ago
Well, I fixed the warning, and now it works. It seems like it was actually failing though it thought it had succeeded
Michal Srb
Michal Srb13mo ago
Thanks for the report @magicseth, let us know if you get a repro, we'll try to repro and see what's up.

Did you find this page helpful?