amplify.yaml
version: 1
frontend:
phases:
preBuild:
commands:
- yarn install
build:
commands:
- yarn run build
artifacts:
baseDirectory: .next
files:
- '**/*'
cache:
paths:
- node_modules/**/*
I am trying to deploy my next.js application aws amplify. I am using yarn instead of npm
Build is success. but it says
This dev.polyverse.app page can’t be foundNo web page was found for the web address:
https://dev.polyverse.app/
HTTP ERROR 404
Please take a look.