You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.
Hello.
Immediately after starting the dev server, I get the following errors -
ready - started server on http://localhost:3000
error - ./styles/index.css (./node_modules/css-loader/dist/cjs.js??ref--5-oneOf-6-1!./node_modules/next/dist/compiled/postcss-loader??__nextjs_postcss!./styles/index.css)
Error: true is not a PostCSS plugin
When you hit http://localhost:3000, you get an internal sever error with the following messages on the Terminal console -
event - build page: /next/dist/pages/_error
wait - compiling...
error - ./styles/index.css (./node_modules/css-loader/dist/cjs.js??ref--5-oneOf-6-1!./node_modules/next/dist/compiled/postcss-loader??__nextjs_postcss!./styles/index.css)
Error: true is not a PostCSS plugin
Error: Cannot find module '/Users/***/dev/js/corp-strapi-next/frontend/.next/build-manifest.json'
Any ideas on what the issue could be? Thank you.
The text was updated successfully, but these errors were encountered:
Hello.
Immediately after starting the dev server, I get the following errors -
ready - started server on http://localhost:3000
error - ./styles/index.css (./node_modules/css-loader/dist/cjs.js??ref--5-oneOf-6-1!./node_modules/next/dist/compiled/postcss-loader??__nextjs_postcss!./styles/index.css)
Error: true is not a PostCSS plugin
When you hit http://localhost:3000, you get an internal sever error with the following messages on the Terminal console -
event - build page: /next/dist/pages/_error
wait - compiling...
error - ./styles/index.css (./node_modules/css-loader/dist/cjs.js??ref--5-oneOf-6-1!./node_modules/next/dist/compiled/postcss-loader??__nextjs_postcss!./styles/index.css)
Error: true is not a PostCSS plugin
Error: Cannot find module '/Users/***/dev/js/corp-strapi-next/frontend/.next/build-manifest.json'
Any ideas on what the issue could be? Thank you.
The text was updated successfully, but these errors were encountered: