3s3s / opentrade

OpenTrade - Open Source Cryptocurrency Exchange
MIT License
396 stars 401 forks source link

12.6.0 development testing into Https - Loading issue "Your Balance" +"chat" const loading loop #353

Closed Dkpe closed 4 years ago

Dkpe commented 4 years ago

Good day

Don't know if anyone recently tried to load Opentrade on 12.6.0. Currently having a issue when trying to put Opentrade into development testing .

constants.js is set to the domain name const DOMAIN = 'website.com';

Everything loads 100% on the local Https://127.0.0.1 / Https://localhost

However when i use the Https://website.com with the correct ssl certs i get a forever constant loading as seen in image below

debug

If you know a fix let me know .

wwwcase commented 4 years ago

cat /etc/hosts 127.0.0.1 website.com

Dkpe commented 4 years ago

@wwwcase I meant to close this but this is quite a interesting issue .

When you use for example Domain-ex.com

The "-" cause it not to load .

I changed made a fix and all working now