Closed
Description
Before opening, please confirm:
- I have checked to see if my question is addressed in the FAQ.
- I have searched for duplicate or closed issues.
- I have read the guide for submitting bug reports.
- I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue.
- I have removed any sensitive information from my code snippets and submission.
App Id
dyyv7k61mxhcc
AWS Region
us-east-1
Amplify Hosting feature
Not Applicable
Describe the bug
We have a NextJs application hosted on Amplify. We are seeing high TTFB for our application in production. We are getting this problem without any changes at our end. This is happening since 2:30 AM UTC today.
Expected behavior
TTFB should not take so long. It should be back to normal.
Reproduction steps
- Deploy a NextJs app on Amplify on us-east-1
- Use the hosted application URL on browser and check the Network tab
Build Settings
version: 1
frontend:
phases:
preBuild:
commands:
- yarn install
build:
commands:
- npm run build
artifacts:
baseDirectory: .next
files:
- '**/*'
Log output
# Put your logs below this line
Additional information
No response