Support for smartdocs_service on Developer Portal

We have been using the Smartdocs Service module in our Developer Portal since around 5 years now:

https://github.com/apigeecs/smartdocs_service

We have been creating, importing, rendering various models. Now the cumulative size of the models is around 5 MB now, and we are facing a lot of issues in rendering these JSONs.

Need pointers to debug the same.

e.g. when we run the following command to clear the rendering queue:

drush queue-run smartdocs_service_queue

what code is triggered. We can add some more logs to this piece of code to understand things better.

Usually when the rendering fails, we try to render these through UI and are able to open to model details fine. But when we select all and submit to render and publish, we get HTTP 404 at time, pointing that some endpoint details are NOT available. So it seems that at times, the import also has issues.

We would like to understand what code comes into picture when we trigger the curl call to import models also and how to debug it further. Its baffling to understand, when import through curl is givig 200 OK and we can open the model details from Developer Portal UI, then why do we get 404 while rendering and publishing from UI?

Need some pointers to debug the issue.

0 1 92
1 REPLY 1

Have you looked at the watchdog log to find out what the issue could be?