BLockchain authentication on github pages site fails

Hello,
My page http://nottar.io/ is hosted on github pages. When I follow the authentication path through blockstack, I can’t get back to my site because the ?authResponse= token exceeds some length limit so GH page comes back with a “414 - Request URI too large” error.

So basically I am stuck because I can’t add Blockstack to my site if I host it on GH pages.

Is there any way around it? GH Pages is clearly a very popular hosting platform.

Thanks!

1 Like

@danmermel You would need to get the GH servers/load balancers to allow larger URIs.

I’ve gone ahead and opened an issue based on this: https://github.com/blockstack/blockstack-browser/issues/1116

Considering that we would need to completely change how Auth works in order to fix this issue I don’t know how we would fix this.