Help: How to debug front-end #10022
Replies: 4 comments
-
To debug front-end services for Dify deployed on a Linux server, using Ensure you have the necessary prerequisites installed, such as Node.js v18.x (LTS) and NPM version 8.x.x or Yarn, as specified in the Dify documentation. This setup is crucial for the successful deployment and debugging of the front-end services [1]. |
Beta Was this translation helpful? Give feedback.
-
@dosu How to interrupt and debug front-end code |
Beta Was this translation helpful? Give feedback.
-
To interrupt and debug front-end code in Dify, you can use the following methods:
These tools and methods should help you effectively interrupt and debug front-end code in Dify. |
Beta Was this translation helpful? Give feedback.
-
If you would like to request for help, please use discussion instead. |
Beta Was this translation helpful? Give feedback.
-
Self Checks
Provide a description of requested docs changes
I have deployed dify on a Linux server. How can I debug front-end services? Is it done by 'npm run dev’? However, this method may cause delays and errors. Can someone tell me how to debug front-end code correctly?Thank you very much!
Beta Was this translation helpful? Give feedback.
All reactions