You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/09/08 17:24:42 UTC

[GitHub] [apisix-dashboard] moraKevin commented on issue #2606: bug: Stack overflow error when importing an openAPI .yaml file through the APISIX Dashboard

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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org