agenta icon indicating copy to clipboard operation
agenta copied to clipboard

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

Open lsm1103 opened this issue 1 year ago • 5 comments

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端口进行部署,然后绑定了一个域名

image

lsm1103 avatar Jul 19 '24 11:07 lsm1103

I did not use port 80 for deployment and instead bound a domain name

lsm1103 avatar Jul 19 '24 11:07 lsm1103

This is useless

lsm1103 avatar Jul 21 '24 13:07 lsm1103

Hi @lsm1103 , can you please check whether:

  1. the openapi.json is accessible
  2. What are the container logs for the application

mmabrouk avatar Jul 21 '24 20:07 mmabrouk

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.

lakkiy avatar Aug 12 '24 03:08 lakkiy

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.

lakkiy avatar Aug 13 '24 07:08 lakkiy