ZachHandleyOriginal post
Moderator
So I'm getting a CORS error on my build, but it doesn't make any sense. I've added my page (Upswing Payments ) as an additional Web SDK, and it is saying that the access-control-allow-origin is still https://localhost so I'm pretty confused as to what's going on -- any advice is appreciated
Summary
The user had a CORS issue on their static Astro build on GitHub Pages with the Appwrite SDK. They added their page as an additional Web SDK, but the access-control-allow-origin was still showing as `https://localhost`. They were seeking advice on how to resolve this issue. The thread ends with the user stating they corrected the issue but needed to check again when they got home.