I'm noticing a conflict with simple_oauth
The website encountered an unexpected error. Please try again later.
TypeError: Argument 1 passed to Drupal\simple_oauth\Service\Filesystem\Filesystem::__construct() must be an instance of Drupal\Core\File\FileSystem, instance of Drupal\flysystem_s3\File\FileSystem given, called in /Users/justinwinter/Sites/contenta/docroot/core/lib/Drupal/Component/DependencyInjection/Container.php on line 262 in Drupal\simple_oauth\Service\Filesystem\Filesystem->__construct() (line 22 of modules/contrib/simple_oauth/src/Service/Filesystem/Filesystem.php).
Drupal\simple_oauth\Service\Filesystem\Filesystem->__construct(Object) (Line: 262)
Drupal\Component\DependencyInjection\Container->createService(Array, 'simple_oauth.filesystem') (Line: 171)
Drupal\Component\DependencyInjection\Container->get('simple_oauth.filesystem') (Line: 38)
Drupal\simple_oauth\Entity\Form\Oauth2TokenSettingsForm::create(Object) (Line: 28)
Drupal\Core\DependencyInjection\ClassResolver->getInstanceFromDefinition('\Drupal\simple_oauth\Entity\Form\Oauth2TokenSettingsForm') (Line: 47)
Drupal\Core\Controller\HtmlFormController->getFormObject(Object, '\Drupal\simple_oauth\Entity\Form\Oauth2TokenSettingsForm') (Line: 59)
Drupal\Core\Controller\FormController->getContentResult(Object, Object)
call_user_func_array(Array, Array) (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 582)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 124)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}()
call_user_func_array(Object, Array) (Line: 153)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 68)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 67)
Drupal\simple_oauth\HttpMiddleware\BasicAuthSwap->handle(Object, 1, 1) (Line: 57)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 99)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 78)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 38)
Drupal\jsonapi\StackMiddleware\FormatSetter->handle(Object, 1, 1) (Line: 48)
Asm89\Stack\Cors->handle(Object, 1, 1) (Line: 47)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 657)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)