I’m getting the same error
no authentication methods were specified
and I use email/password authentication and yes my function auth is ** application authentication**
when I do http request from web browser using axios, I get that error, though I have passed the auth header
Authorization: `Bearer ${_accessToken}`,
I think it should work if I use the realm-web SDK but I wanna use it with axios, in case I need to change the backend provider later.