maxun icon indicating copy to clipboard operation
maxun copied to clipboard

[Bug]: the /storage/recordings interface was frequently called

Open DongWli opened this issue 8 months ago • 4 comments

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

Image

Additional Context

No response

DongWli avatar May 09 '25 07:05 DongWli

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.

RohitR311 avatar May 09 '25 07:05 RohitR311

@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 avatar May 09 '25 07:05 RohitR311

@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'."

Image

Image

DongWli avatar May 09 '25 09:05 DongWli

@DongWli Yes, this means the backend is up and running. We're trying to reproduce this on our end and get back asap

amhsirak avatar May 13 '25 17:05 amhsirak