Next.js Discord

Discord Forum

Missing Static Page error

Unanswered
Atlantic salmon posted this in #help-forum
Open in Discord
Atlantic salmonOP
/home/ubuntu/.pm2/logs/carbon-error-10.log last 15 lines:
10|carbon  |   "initUrl": "https://localhost:3001/_next/data/U2Km6-S6j3IGcQK6VtYTj/orders.json?utm_source=CONFIRMTKT_AFFILIATE&utm_medium=android_app&user=OjgyNjM5NzYwNDQ6",
10|carbon  |   "didRewrite": true,
10|carbon  |   "rewroteUrl": "/orders"
10|carbon  | }
10|carbon  |  тип MissingStaticPage [Error]: Failed to load static file for page: /orders ENOENT: no such file or directory, open '/home/ubuntu/carbon/.next/server/pages/orders.html'


I am seeing around 10-15 log similar to this issue(Missing Static Page error) in my prod server log but I ve checked and everything is working fine on local as well as in build, what might be the actual issue here?
PS: I am using page router and app router same time because gradually migrating from page to app one.

1 Reply

Atlantic salmonOP
@Oriental can anyone help me out here?