bitshares / bitshares.org

BitShares.org website and development
https://bitshares.org
3 stars 15 forks source link

Create account page error #80

Closed matle85 closed 5 years ago

matle85 commented 5 years ago

Please see attached create account failure

dls-cipher commented 5 years ago

faucet.bitshares.eu:80/api/v1/accounts Failed to load resource: net::ERR_FAILED

Faucet is probably down, investigating.

dls-cipher commented 5 years ago

2019-06-04_2047

Fixed. uri is not parsing https for some reason, had to add :443 manually.

Chee®s