[Bug]: the /storage/recordings interface was frequently called
Where are you using the app?
Self-Hosted (OSS) with Docker
App Version
maxun-frontend:v0.0.20~21 maxun-frontend:v0.0.16~17
Browser
chrome135.0.7049.115
Operating System
centos7.6 windows11
Steps to Reproduce
I followed the instructions in this documentation: https://docs.maxun.dev/installation/docker to deploy Maxun on two servers, one running Linux and the other Windows. On both systems, I encountered the same issue: the page repeatedly loads http://localhost:8080/storage/recordings, which causes the web interface to become very laggy.
Expected Behavior
Load the page normally and configure
Actual Behavior
After a private deployment, I visited the site and found that the /storage/recordings interface was frequently called and then the page was automatically refreshed, similar to “F5”, which made it impossible for me to create bots successfully.
Relevant Logs or Screenshots
Additional Context
No response
Hey, @DongWli we were able to reproduce the error and are working to resolve the issue right now. It should be resolved in some time.
@DongWli the backend was not up and running that's the reason it was giving that error. Make sure its up and running before proceeding. It should work fine.
@RohitR311 "Thanks for the reply. Is it the backend service? It seems to be running based on the log? When I access it through the page, it also shows 'Maxun server started'."
@DongWli Yes, this means the backend is up and running. We're trying to reproduce this on our end and get back asap