Thanks a lot pal…I didn’t solve the problem but now I have almost a confirmation. I realize a couple of things.
One, the device is sending correctly the request:
Accept: application/json, text/plain, /
Access-Control-Allow-Origin: *
Content-Type: application/json; charset=UTF-8
Referer: http://localhost/
User-Agent: Mozilla/5.0 (Linux; Android 9; Redmi Note 6 Pro Build/PKQ1.180904.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/87.0.4280.101 Mobile Safari/537.36
Two, the strapi server is refusing the request:
Failed to load the response data
And finally, Strapi is not loading my configuration via middleware.js:
I disable on purpose cors on my middleware.js and checked with yarn strapi console and it still continues enabled.
I don’t know what I am doing bad in this case…