dji-sdk / Cloud-API-Demo-Web

MIT License
87 stars 73 forks source link

ploit登录时候报错The network is abnormal, please check the backend service and try again #21

Open topgun009 opened 6 months ago

topgun009 commented 6 months ago

请问这个错误怎么解决呢?可以给一个思路吗?

Jvibe89 commented 5 months ago

Quick fix that worked for me. The entry point in the backend service Docker file has a typo.

Currently it’s:

ENTRYPOINT ["sh", "-c", "java -jar /app/target/cloud-api-sample-1.7.0.jar"]

Change it to : ENTRYPOINT ["sh", "-c", "java -jar /app/target/cloud-api-sample-1.8.0.jar"]

rebuild ./update_backend.sh

start container sudo docker-compose up -d