After local deployment, when creating an app through the page, there is still an error message when opening it http://0.0.0.0:80 How to modify this for accessing
After local deployment, when creating an app through the page, there is still an error message when opening it http://0.0.0.0:80 How to modify this for accessing。
我是没使用80端口进行部署,然后绑定了一个域名
I did not use port 80 for deployment and instead bound a domain name
This is useless
Hi @lsm1103 , can you please check whether:
- the openapi.json is accessible
- What are the container logs for the application
If you use domain name to access web, the browser use 80 as default port, so make sure that network access can reach the backend.
Can't help you more cause this issue is not detailed.
And if you use domain name, change BARE_DOMAIN_NAME and DOMAIN_NAME, you can check if your app's url is correct in table deployments.