- Issue created by @fishfree
- Assigned to sourav_paul
- Issue was unassigned.
- 🇮🇳India sourav_paul Kolkata
@fishfree please provide proper reproduction steps.
As I'm unable to find the path "/admin/config/services/openapi/swagger/jsonapi" even after installing, these modules "drupal/openapi_ui"
"drupal/openapi_ui_swagger" - 🇨🇳China fishfree
@Sourav_Paul, you need install 5 modules: jsonapi, openapi, openapi_jsonapi, openapi_ui and openapi_ui_swagger.
- Assigned to ananya.k
- Issue was unassigned.
- Status changed to Needs review
5 months ago 6:20am 31 July 2024 @fishfree,
I have successfully resolved the issues. Please refer to the attached patch.
Thanks.- 🇮🇳India sourav_paul Kolkata
Sourav_Paul → changed the visibility of the branch 3464376-null-given-in-array_merge() to hidden.
- Merge request !15Issue #3464376: TypeError: array_merge(): Argument #1 must be of type array,... → (Open) created by sourav_paul
- 🇮🇳India sourav_paul Kolkata
Thanks @fishfree I've successfully recreated the error by following your steps.
issue resolved by applying the patch of #6.Raised an MR for the fix..
- 🇮🇳India atul_ghate
I am unable to reproduce the issue. Here are the steps I followed:
Cloned the 8.x-1.x branch.- Enabled the Schemata module along with the required modules: jsonapi, openapi, openapi_jsonapi, openapi_ui, and openapi_ui_swagger.
- Visited the following path on my local environment: /admin/config/services/openapi/swagger/jsonapi.
- I did not encounter any errors, but instead, I only see a blank page (see the attached screenshot).
Environment details:
PHP Version: 8.2.23
Drupal Version: 10.2.6
Please provide the correct steps to reproduce this issue. - 🇮🇳India sourav_paul Kolkata
@japerry It would be nice, if you could look into it...