i build flutter web app and when from build/web/index.html i run index.html file error occur in console
Error:
Access to internal resource at ‘file:///D:/manifest.json’ from origin ‘null’ has been blocked by CORS policy: Cross origin requests are only supported for protocol schemes: http, data, isolated-app, chrome-extension, chrome-untrusted, https, edge.
Uncaught ReferenceError: _flutter is not defined
at index.html:46:7
i found no solution yet please help me to find one.
Moreover i am using sqflite web package(sqflite_common_ffi_web: ^0.4.3+1) in my app
Muhammad Huzaifa is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.