The console is telling me that the page is not allowed to display insecure content from manifest.json–I changed from localhost to 127.0.0.1, however this did not work either.
So you are right, it is a security setting of the browser, but obviously I do not want for people who are using safari to encounter this issue. From what you are saying, and from what I have read in previous posts, it seems that this will it clear itself up (for users on the front-end) once the manifest.json is actually attached to a domain instead of localhost. Is that correct.
I have the same issue. I am currently developing an app with Ionic 4 using React and Capacitor which should be deployed to both Android and iOS.
I am not really sure what the problem is. Can you help me out?
Access to fetch at ‘http://localhost:8100/manifest.json’ from origin ‘https://browser.blockstack.org’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. If an opaque response serves your needs, set the request’s mode to ‘no-cors’ to fetch the resource with CORS disabled.
I have the following output:
Access to fetch at ‘http://localhost:8100/manifest.json’ from origin ‘https://browser.blockstack.org’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. If an opaque response serves your needs, set the request’s mode to ‘no-cors’ to fetch the resource with CORS disabled.