🐛 | Drupal core | The SQL storage cannot change the schema for an existing entity type (node) with data
🇮🇳India mrunwal
I have upgraded Drupal 8.8 to 9.5.2
php 8.1
I am still facing same issue. is there alternate way to fix it either manually by checking db tables to fix it ?
🇮🇳India mrunwal
Applying 7. Patch works for me.
🇮🇳India mrunwal
I am currently using 8.9.7 This still not actually resolved.
When ever account is created using rest user still showing blocked
REST JSON
{
'name' : [{"value": 'abc' }],
'mail' : [{"value": 'pr'}],
}
Some of the other forum saying I should pass additional key as "status": [{"value":"1"}] but then its giving "no authentication credentials provided" and if I don't have status and user got registered with status is "Blocked"