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
When trying to connect, https://wallet.myalgo.com/bridge/connect pops up and continues to spin for about 10 seconds, then closes without login prompt. The error returned:
TypeError: Cannot read properties of undefined (reading 'WINDOWS_NOT_LOADED')
Works fine without SSL. I've also tried AWS ACM SSL certificate with same error. Are these SSL incompatible with MyAlgo?
The text was updated successfully, but these errors were encountered:
I'm curious about the error you are getting. The property WINDOW_NOT_LOADED is a string field from a constants object (used here), which somehow is undefined.
How's the source imported? Maybe something regarding HTTPS that is blocking or affecting the contents of the script? Does this happen in other browser and devices?
I've tried 2 different SSL certificate providers, as I thought it was a certificate issue. This happens on Edge, Firefox, and Chrome. I'm curious if it's an issue with wsgi, if so, I'll have to start over.
I've managed to reproduce the error in a small django demo project. However, I haven't yet been able to point out the issue, but I'll try to investigate it as time allows.
myalgo.min.js v1.4.1
Unbuntu v22.04.1 LTS
AWS EC2
Apache 2.4.52
Let's Encrypt CertBot SSL
When trying to connect, https://wallet.myalgo.com/bridge/connect pops up and continues to spin for about 10 seconds, then closes without login prompt. The error returned:
Works fine without SSL. I've also tried AWS ACM SSL certificate with same error. Are these SSL incompatible with MyAlgo?
The text was updated successfully, but these errors were encountered: