Sorry, I’m not at my computer right not but can send the logs later, it is v3 and I followed the strapi authentication documentation. Sending a JSON to auth/local with postman containing (matching the created user):
{
“identifier”: “reader@strapi.io”,
“password”: “strapi”
}
I have since installed a new strapi with same version and it works fine with exactly the same collections input.