@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:
My network tab shows no failures after I press the Log in again
button:
My console also has no failures:
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!