How to show user provider in Content Manager collection-type?

I want to show show user provider in Content Manager collection-type, I extended the user-permissions extension like that:

schema.config.js

'use strict';

module.exports = {
  attributes: {
    resetPasswordToken: {
      hidden: true,
    },
    confirmationToken: {
      hidden: true,
    },
    // provider: {
    //   hidden: false,
    // },
  },
};

I also set provider to required in schema.json

But even with that, I’m facing an error in console: layouts.list[0] must be one of the following values: id, username, email, confirmed, blocked, role, customProvider, createdAt, updatedAt

How can I show providers in admin panel?

System Information
  • Strapi Version: 4.0.7
  • Operating System:
  • Database:
  • Node Version:
  • NPM Version:
  • Yarn Version:

did you ever find a fix? I also keep getting this “Warning: An error occurred”