You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to fetch https://www.pychess.org/api/calendar with JS leads to not being able to use the result due to the lack of an Access-Control-Allow-Origin header in the response. This is despite the fetch returning 200 OK and the returned data being visible in the network monitor.
The same is true of https://www.pychess.org/api/games.
The text was updated successfully, but these errors were encountered:
Trying to fetch
https://www.pychess.org/api/calendar
with JS leads to not being able to use the result due to the lack of anAccess-Control-Allow-Origin
header in the response. This is despite the fetch returning 200 OK and the returned data being visible in the network monitor.The same is true of
https://www.pychess.org/api/games
.The text was updated successfully, but these errors were encountered: