I am using Drupal 9 apache and Mysql
After installing the module Simple OAuth (OAuth2) & OpenID Connect and its dependency consumers I got an error like:
The website encountered an unexpected error. Please try again later.
I want to uninstall the module Simple OAuth (OAuth2) & OpenID Connect but it is not working. It’s the same case with the consumers module
I tried uninstalling via drush drush pm:uninstall simple_oauth
but it shows the same error:
Base table or view not found: 1146 Table ‘nids.oauth2_token’ doesn’t exist:
What should I do to uninstall those modules?