Javascript – How to fix CORS error in Astro (Astro framework in JS)?
I'm trying to make a recaptcha page in my Astro app. I followed a tutorial from Astro Docs (https://docs.astro.build/en/recipes/captcha/) and it doesn't work. I get a "CORS" error in my browser console saying "CORS header ‘Access-Control-Allow-Origin’ missing". I looked up…