-
Notifications
You must be signed in to change notification settings - Fork 838
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I ran the code using Docker, I noticed that the frontend was displaying an error while the backend was still generating code #121
Comments
Thanks for your feedback, this document may be helpful to you
|
Thanks for your quickly reply. |
Hi, I tried a more bigger timeout value for ajax call, for example:6mins. But, it still doesn't work, the browser will return the 504 error cause by the long time execution time on background. Then I do some changes for the background code logic changes:
Now, I can seee the next step backend exectuion result whatever the execution time is beyond timeout setting or not. If any farther suggestion, please let me konw. Thanks. |
Thanks for devopsGPT team great working!
When I ran the code using Docker, I noticed that the frontend was displaying an error while the backend was still generating code. I got stuck at this step(please see it on screenshot). Actually, at the same time, the backend was continuing to generate code, that means the frontend error display is not correct(Because the backend logs show that, the backend should generate all the code files finally ). I have uploaded a screenshot of my page and the runtime log information. Any solution to fix this issue?
BTW,according to the backend logs, those files should store in workspace folder already, but I can't find those files in '$PWD/workspace' folder,any idea about those files store path?
I am looking forward to your suggestion to help, thank you~
devopsGPT_docker_run_out.txt
The text was updated successfully, but these errors were encountered: