We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
http://localhost:3000にアクセスしても、Next.jsのエラーページが表示される。
http://localhost:3000
- error Error: connect ECONNREFUSED 127.0.0.1:41957 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1555:16) { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 41957 }
make init
npm run dev
追記
npm i
The text was updated successfully, but these errors were encountered:
itkmaingit
Successfully merging a pull request may close this issue.
発生している問題
http://localhost:3000
にアクセスしても、Next.jsのエラーページが表示される。ログ
再現方法
make init
、FRONTENDコンテナでnpm run dev
を実行するhttp://localhost:3000
にアクセスする追記
npm i
を実行して手動でパッケージをインストールしています。環境
The text was updated successfully, but these errors were encountered: