Cactus
04/26/2023, 1:36 PMSuccess: Assets published!
The error is something I can't debug:
Error: Failed to publish your Function. Got error: Uncaught TypeError: Cannot read properties of undefined (reading 'split')
at functionsWorker-0.08355795516848574.js:5395:32
Is there a way to know what's going wrong here?
For reference: Nuxt 3 + i18n/vue-i18n plugin.Walshy | Pages
04/26/2023, 1:53 PMwrangler pages dev
Walshy | Pages
04/26/2023, 1:53 PMCactus
04/26/2023, 2:21 PMCactus
04/26/2023, 2:21 PMCactus
04/26/2023, 2:21 PMCactus
04/26/2023, 2:21 PMwrangler pages dev --proxy 3000 -- nuxt dev
Cactus
04/26/2023, 2:24 PMwrangler pages dev -- npm run dev
does workCactus
04/26/2023, 2:25 PMCactus
04/28/2023, 8:46 AMnpm run generate
as the deploy command in CloudflareGrnmRDS
05/05/2023, 4:58 AMnpx nuxi generate
. I have to run npx nuxi build
. Because it isn't pre-rendering.