Unexpected error: connect ECONNREFUSED 127.0.0.1:443

@GuillaumeGautreau, that was it - @google/maps was causing the issue, and upgrading it removed that particular problem. I’m now encountering another issue, though - I still can’t log in to my admin portal, and there isn’t any obvious failure anywhere so I am unsure as to how to proceed.

Here’s a screenshot of the error I’m seeing:
Screen Shot 2021-05-18 at 6.14.02 PM

My network tab shows no failures after I press the Log in again button:

My console also has no failures:
Screen Shot 2021-05-18 at 6.17.10 PM

I added the cors headers and APPLICATION_URL environment variables as per this document, and I am not using a FOREST_CLIENT_ID. This issue happens both against my development environment and my production environment.

Any help would be appreciated!