I have a peculiar problem once I moved to v10.0 of facebook’s oauth ( https://graph.facebook.com/v10.0/oauth/access_token )
My rest API calls to this URL have stopped working, with timeout errors. I have tried wix fetch, getJSON and also axios, but all I get is timeout.
Has anyone else faced this issue?
update: when I moved back to v8.0 the calls seem to be working as usual ! Not sure what is going on.