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
Might be related to this nodejs issue: nodejs/node#40537. In which case it would be expected that the master process is aware which protocol is being used by the workers. Or it should be able to set the protocol.
Evidence
error message is being logged
The text was updated successfully, but these errors were encountered:
Issue Summary
The application is returning the error message: "Internal Server Error". Inside the error log the following message is found:
The worker is listening on IPv6 exclusively:
LISTEN 0 128 [::1]:45317 [::]:* users:(("node",pid=1204690,fd=23))
The process tree:
Netcat connection test:
Steps to Reproduce
yarn build
yarn start
Actual Results
error is shown inside browser. Also the error message above is being logged.
Expected Results
The website works. Also the application is aware whether to use IPv6 or IPv4 exclusively internally.
Technical details
PRETTY_NAME="AlmaLinux 8.8 (Sapphire Caracal)"
Might be related to this nodejs issue: nodejs/node#40537. In which case it would be expected that the master process is aware which protocol is being used by the workers. Or it should be able to set the protocol.
Evidence
The text was updated successfully, but these errors were encountered: