Failed to fetch information about the app requesting authentication

Just deployed my app on digital ocean (react web app, based off multiplayer storage, SSL certificate installed) and when I try to sign in I get this message in the Blockstack Browser. How do I resolve this?

Under the developer tools, check the network calls to the app from the browser. You might be missing the manifest.json that the browser needs for looking at information about your app.

Otherwise, if you provide a link to the app we can try to help you debug it as well.

aodh.xyz is where its hosted. my manifest.json looks like this:

it’s in the build folder so it should be accessible

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://aodh.xyz/manifest.json. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing).

Fix your CORS for your manifest.json thingy and it should work.

2 Likes

How did you fix it? @MichaelFedora

I updated my CORS info on the server, on the NGINX file and i think i changed something in the webpack file also

Thanks, I was able to find the fix in this website, if anyone else has the same error

https://www.w3.org/wiki/CORS_Enabled#For_Apache