I’m encountering a problem with a recent deployment where uploaded files display a thumbnail indicating “No Valid or active version,” and I’m unable to view the documents. The deployment is containerized. I’ve set the logging level for the frontend to MAYAN_LOGGING_LEVEL=DEBUG
, but I haven’t observed any errors in the logs.
- What additional steps can I take to troubleshoot this issue effectively? Are there any specific logs or configurations I should examine to gain more insights into the problem?
- Could you please clarify the architecture and flow of the system? I’m wondering if the frontend sends the request to the beat container, which then forwards the request to RabbitMQ to be processed by the worker containers. Understanding the communication flow between the components would be helpful in identifying potential points of failure.
Any guidance or suggestions on how to diagnose and resolve this issue would be greatly appreciated. Please let me know if you need any additional information or details about the deployment setup.