GraphQL RPC CORS issue with new endpoints

Hello! I’m looking to try out the new GraphQL RPC but when I try I get this error:

`
Access to fetch at ‘``https://graphql.devnet.sui.io/graphql’`` from origin ‘``http://localhost:5173``’ has been blocked by CORS policy: Response to preflight request doesn’t pass access control check: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.
`

And when I try with the older URLs found in the ts-sdk docs then it works as expected.

Not sure if I’m missing something obvious here but is there a simple way I can play around with the newer GraphQL RPCs locally, it seems only the Alpha endpoints currently work locally.

Looks like it may be chrome-related, added a post here:

github .com/MystenLabs/sui/issues/23486#issuecomment-3299057943