-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't login locally when running node #91
Comments
what do /api/v0/health-check and /api/v0/get-exchange-rate return ? do you want to share your url so i can test to see where its breaking ? also - what do you see in network tab of webdev tools for xhr requests? |
looks like it's resyncing all the blocks? |
Could you look at your browser's javascript console please? |
check your caddyfile. make sure "deso.run:*" is in the list as a valid connect-src. |
Had similar issue; adding deso.org node.deso.org api.deso.org to caddyfile solved it |
I waited overnight to catchup on blocks because I figured it was because I was behind, but when I try to sign in nothing happens on the front-end. I see a flurry of requests on the log but the login window closes and I still see the unauthenticated view.
The text was updated successfully, but these errors were encountered: