2022-03-06, 03:26 PM
Hello everyone ,
I'm trying to use an API on my mybb test forum and I get this error at every fetch on my console :
Uncaught (in promise) TypeError: NetworkError when attempting to fetch resource.
It seems like there is some CORS problem , I tried to fix it by adding into my apache2 htaccess file this code , but it doesn't work :
Please help me guys !
I'm trying to use an API on my mybb test forum and I get this error at every fetch on my console :
Uncaught (in promise) TypeError: NetworkError when attempting to fetch resource.
It seems like there is some CORS problem , I tried to fix it by adding into my apache2 htaccess file this code , but it doesn't work :
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
Please help me guys !