Hello. I’m trying to build an auth with blockstack and running into issues. I have set the proper manifest file, deployed everything with ssl, proxied my manifest with cors, but still can’t get callback working properly. I’m stucking at signing in stage.
After this, it gets stucked forever. However, when i open other blockstack applications, the authentication flow works perfectly, and callback is called just after name resolution api call. What I have missed?
Just to mention, I’m not using redirectAndSignIn (because of buggy behaviour on my system). Instead, i’m constructing authRequest manually (through makeAuthRequest()) and set window.location to https://browser.blockstack.org/auth?authRequest=${authRequest}
Actually, nothing weird in the console. I have one failed fetch, but i’m not sure it its related to my issue. It seems like cloudflare issue or something like that (522). This error I see on other blockstack apps, where authorization is working fine.
This breaks sign in on my machine (I have the native browser installed and don’t use browser.blockstack.org).
Can you open a bug on the blockstack.js issue tracker about the issues you’re having with redirectAndSignIn so that we can help you out with and/or fix the problem you’re running into?