Hi.
I try to get a list of chats via JS API, but i’m getting CORS error.
I used your example from the documentation after it didn’t work i added extra params to the header:
[‘Access-Control-Allow-Origin’:‘*’, ‘Cross-Origin-Resource-Policy’: ‘no-referrer no-referrer-when-downgrade’] still the same error.
Any help appreciated.
Thanks.