I'm trying to make a post request to firebase via my vue app and i keep getting this error image
I'm running a webpack server and the website is on localhost:8080 however I also have a live version hosted on hostinger this is the site http://arestate.online/ and when I click on add new blog, after filling out the details and clicking post it throws the CORS error too.
I've added and modified a .htaccess file to include this IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" /IfModule> (with the tags closed properly, I just modified them so they would show up on stack overflow)
IF anyone could offer me assistance that would be superb!