amazon web services - Nuxt build fails on AWS Amplify: Failed to find the deploy-manifest.json file in the build output - Stack
I'm trying to deploy nuxt app on the AWS Amplify, but for some reason at the end of the build, I'm getting this error:
CustomerError: Failed to find the deploy-manifest.json file in the build output. Please verify that it exists within the "baseDirectory" specified in your buildSpec. If it's not there, we will also check the .amplify-hosting directory as a fallback. When using a framework adapter for hosting on Amplify, double-check that the adapter settings are correct.
The Nuxt build is correct. I also tested it locally.
I'm using nuxt 3 static build, and this is my build settings:
version: 1
applications:
- appRoot: frontend-new
frontend:
phases:
preBuild:
commands:
- npm install
build:
commands:
- npm run generate
artifacts:
baseDirectory: .output/public
files:
- '**/*'
cache:
paths:
- node_modules/**/*
This are my env settings on the AWS Amplify:
Did anyone face similar issues with nuxt3?
最新文章
- 安卓上市11年 为何说iPhone用户也要感谢它
- 安卓之父曾遭三星高管嘲笑:你们喝醉了吗
- 三问凡客“毁三观”
- 力压谷歌、苹果,微软凭什么成为软件霸主?
- spi - Interrupt safety of `HAL_SPI_TransmitReceive` - Stack Overflow
- powershell - Questionable output while iterating over an array of arrays - Stack Overflow
- python - How to solve the problem of multi-layer contours obtained by using Zernick moments for sub-pixel edge detection? - Stac
- laravel - PHP Filament header action button label not toggling correctly - Stack Overflow
- javascript - The side menu bar(sticky) is overflowing unless I scroll - Stack Overflow
- python - Ipywidgets : How to get the list of comm opened in a jupyter notebook? - Stack Overflow
- flutter - Connect user to stripe connect to allow him receiving money - Stack Overflow
- Why is my ESP32 task not logging when Wi-Fi is disconnected, but Wi-Fi retry logs are showing up? - Stack Overflow
- mapping - How to display drawdown contours calculated with the Theis equation to display on an interactive map in Dash with Pyth
- Blockchain record extraction - Stack Overflow
- javascript - Save andor Apply Background Image on click - Stack Overflow
- reactjs - TypeError: The "payload" argument must be of type object. Received null on Next.js with Prisma and M
- Excel—Include LEN and HYPERLINK in One Cell - Stack Overflow