AWS Amplify #3086
Replies: 1 comment
-
|
I migt have the same problem with queryCollection and queryCollectionNavigation FetchError: [GET] 502 caused by: Howevcer, the build worked and created the sql_dump etc. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Has anybody been able to get v3 to work on AWS Amplify? I build locally and start the server with
node ./.output/server/index.mjsand everything works as expected. As soon as I deploy to AWS Amplify content no longer loads.Here's a bit of my package.json
{ "type": "module", "scripts": { "build": "nuxt build", "dev": "nuxt dev", "lint": "eslint .", "generate": "nuxt generate", "preview": "nuxt preview", "postinstall": "nuxt prepare", "start": "node ./.output/server/index.mjs" }, "dependencies": { "@aws-amplify/ui-vue": "^4.2.28", "@aws-sdk/client-amplify": "^3.738.0", "@aws-sdk/client-s3": "^3.740.0", "@aws-sdk/lib-storage": "^3.740.0", "@headlessui/vue": "^1.7.23", "@nuxt/content": "^3.1.0", "@nuxtjs/i18n": "^9.1.5", "@nuxtjs/seo": "^2.1.1", "@octokit/graphql": "^8.2.0", "@pinia/nuxt": "^0.9.0", "@stefanobartoletti/nuxt-social-share": "^1.2.1", "@tailwindcss/forms": "^0.5.10", "@tailwindcss/typography": "^0.5.16", "@vee-validate/nuxt": "^4.15.0", "@vee-validate/yup": "^4.15.0", "@vee-validate/zod": "^4.15.0", "@vueuse/core": "^12.5.0", "@vueuse/integrations": "^12.5.0", "aws-amplify": "^6.12.2", "fuse.js": "^7.1.0", "nuxt": "^3.15.4", "nuxt-gtag": "^3.0.2", "nuxt-security": "^2.1.5", "nuxt-swiper": "^2.0.0", "nuxt-typed-router": "^3.7.3", "pinia": "^2.3.1", "vue": "^3.5.13", "vue-router": "^4.5.0", "vue3-lottie": "^3.3.1", "yup": "^1.6.1" }, "devDependencies": { "@aws-amplify/backend": "^1.14.0", "@aws-amplify/backend-cli": "^1.4.9", "@iconify-json/fluent": "^1.2.13", "@iconify-json/ic": "^1.2.2", "@iconify-json/material-symbols": "^1.2.14", "@iconify-json/mdi": "^1.2.3", "@iconify-json/streamline": "^1.2.2", "@nuxt/devtools": "^2.0.0-beta.2", "@nuxt/eslint": "^1.0.0", "@nuxt/eslint-config": "^1.0.0", "@nuxt/icon": "^1.10.3", "@nuxt/image": "^1.9.0", "@nuxt/test-utils": "^3.15.4", "@nuxtjs/google-fonts": "^3.2.0", "@nuxtjs/tailwindcss": "^6.13.1", "@vue/test-utils": "^2.4.6", "aws-cdk": "^2.177.0", "aws-cdk-lib": "^2.177.0", "constructs": "^10.4.2", "dayjs-nuxt": "^2.1.11", "esbuild": "^0.24.0", "eslint": "^9.19.0", "happy-dom": "^15.11.7", "playwright-core": "^1.50.1", "prettier": "^3.4.2", "prettier-plugin-tailwindcss": "^0.6.11", "tsx": "^4.19.2", "typescript": "^5.7.3", "vitest": "^3.0.5" } }Beta Was this translation helpful? Give feedback.
All reactions