Error: connect ECONNREFUSED 127.0.0.1:80
I configured this plugin for Microsoft Entra and the Microsoft loop is working but when it redirects to /auth/microsoft-365/callback I get the following error:
```
Error: connect ECONNREFUSED 127.0.0.1:80
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1637:16)
GET /auth/microsoft-365/callback(node:1077) TimeoutNegativeWarning: -1 is a negative number.
```
It appears that it's getting the localhost address from the settings but I have not located where. How do I fix this?
2 条评论