GitHub user leo-934 added a comment to the discussion: I have written one service which is importing a JSONfile for monitoring internally
First, you have port 4200, so I think you started hertzbeat from the source code. Second, 4200 is the front-end port, and 1157 is the back-end port, which means that normally, you can successfully import json from port 1157, but not from 4200. I think you need to pay attention to the following two issues. The first is how your program is started, whether it is the same as the master branch, and whether other parameters are added. The second is whether the content of your json file is correct and whether it is exported from the hertzbeat page. I have done some tests for you. localhost:1157 success 192.168.1.72:1157 success localhost:4200 failed Please provide the way and command to start the front-end and back-end, and the content of the json file used for testing. GitHub link: https://github.com/apache/hertzbeat/discussions/3092#discussioncomment-12347935 ---- This is an automatically sent email for dev@hertzbeat.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@hertzbeat.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hertzbeat.apache.org For additional commands, e-mail: dev-h...@hertzbeat.apache.org