moraKevin commented on issue #2606:
URL:
https://github.com/apache/apisix-dashboard/issues/2606#issuecomment-1241010451
Just a follow-up: Upon further testing, I discovered that a single endpoint
from the .yaml file was causing the issue. When the request body of that
endpoint was removed, all worked properly. The request body of that endpoint
was:
`requestBody:
content:
'*/*':
schema:
$ref: '#/components/schemas/SystemSchema'
required: false`
The 'SystemSchema' contained around 35 parameters, so it was quite large,
maybe that was the issue?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]