Describe the bug
When using Fetch, It gives CORS error in Chrome on PC, Now fixing it would be running Chrome with no flag and CORS disabled,
To Reproduce
Steps to reproduce the behavior:
- Use fetch
Expected behavior
Fetch a local file.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
Smartphone (please complete the following information):
Additional context
When using Fetch, it gives CORS problem, Keep in mind I'm Fetching a local file like " Test.txt", Now when building the app, I have no clue how to allow the apk to Fetch the local file, Because i'm sure in the background it gives the CORS error as well, So yea.
Describe the bug
When using
Fetch, It gives CORS error in Chrome on PC, Now fixing it would be running Chrome with no flag and CORS disabled,To Reproduce
Steps to reproduce the behavior:
Expected behavior
Fetch a local file.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
When using Fetch, it gives CORS problem, Keep in mind I'm Fetching a local file like " Test.txt", Now when building the app, I have no clue how to allow the apk to Fetch the local file, Because i'm sure in the background it gives the CORS error as well, So yea.