magicsethM
Convex Community3y ago
3 replies
magicseth

npx convex deploy reports success, but functions not updating

I've just run
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


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
Was this page helpful?