Thanks @rankun203 This is #5 💬 League\OAuth2\Server\Exception\OAuthServerException: The resource owner or authorization server denied the request Closed: won't fix working fine.
Thanks @dmezquia
Thanks for the patch
Hi @cilefen
No, It's an object retrieving from another source. like the below.
{
"openapi": "3.0.2",
"info": {
"title": "Open lorem",
"description": "simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,.\n\n# Authentication\n\n
",
"version": "1.0.0"
},.....
.....
....
magendiran → created an issue.
Thanks @Mahmoud Helmy,
Your #20 patch works for me, Along with I modified the content of the web/modules/contrib/file_entity/file_entity.install file.
Comment the following lines (113-114):
$definition = $update_manager->getFieldStorageDefinition('type', 'file');
$update_manager->uninstallFieldStorageDefinition($definition);
and uninstall the module.
Hi @vjsutar,
I have followed the steps #9 and it is working fine.
Thanks @zakiya !
I had facing the same issue for 9.5.1 Drupal and JSON:API module. #Patch 50 is fixed my issue.
My Error is "LogicException: Only content and config entity types are supported. in Drupal\jsonapi\ResourceType\ResourceTypeRepository->getAllFieldNames() (line 340 of /var/www/html/devportal/core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php)."