Build fails because of pnpm ignored builds
This server can block pnpm commands if a dependency has ignored build scripts.
Use npm run check or the local Next and TypeScript binaries for validation unless the server package policy is intentionally updated.
Theme does not update
Check localStorage values for azora-theme and azora-primary-color.
Confirm data-theme is set on the html element.
Confirm the dark theme override appears after the base selector in app/globals.css.
Route returns 404
Check the relevant catalog file for the slug.
Check the dynamic route lookup map.
Rebuild production if the slug was added after the current build.
Production does not reflect changes
Compare .next/BUILD_ID before and after build.
Restart azora-app.service.
Check nginx or browser cache only after the service is confirmed to be running the new build.
cat .next/BUILD_ID
sudo -n systemctl restart azora-app.service
systemctl is-active azora-app.service