enter image description here

enter image description here

Good day, I want to connect the ionic application to my wordpress site, I think I have registered everything, but there’s no Internet connection

we also go to the registration page and there already comes out an error a suitable route for the url and the request method was not found

I don’t know what to do, I really can’t understand

  • How the connection happens in the code - you give a little information, maybe you have not configured something correctly. - And
  • createAccessToken: function (user) {var token = ''; $ http.post (serviceBase + 'wp-json / jwt-auth / v1 / token', {username: user.username, password: user.password}) .then (function (response) {console.log (response.data ); token = response.data.token; Token.set (token);}) - Andrey Bulkin
  • Eh, I meant that you use js-ajax. Question? Is this application in Java? Try new Java. - And

0