Static Site Not Found

All I get is “Not Found”. Disclaimer, my first static site. So I am probably doing this wrong. Thanks for any help.

Also, this is my first next.js/react site; however, it shows no problems locally in yarn dev & build. Did clear cache and deploy…nothing.

Render showed the static site was live…these are the only warnings on the deploy log.

Jul 25 03:08:13 PM  warning " > autoprefixer@10.4.7" has unmet peer dependency "postcss@^8.1.0".
Jul 25 03:08:13 PM  warning " > postcss-focus-visible@6.0.4" has unmet peer dependency "postcss@^8.4".
Jul 25 03:08:13 PM  warning " > tailwindcss@3.1.6" has unmet peer dependency "postcss@^8.0.9".
Jul 25 03:08:13 PM  warning "eslint-config-next > @typescript-eslint/parser > @typescript-eslint/typescript-estree > tsutils@3.21.0" has unmet peer dependency "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta".

Jul 25 03:08:35 PM  warn  - No build cache found. Please configure build caching for faster rebuilds. Read more: https://nextjs.org/docs/messages/no-cache

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.