Error for OA_IP_ADDRESS

#22
by Mukalingam0813 - opened

We could not able to run the application in local can you please let us know what should be the value for OA_IP_ADDRESS to be kept in the environment variable.

@HumanAIGC will there be any code or a container we could run to act as the OA_IP_ADDRESS server?
can we run or use something under the same licence terms for experimentation and investigation in to further development from a 0 point using fresh data on all fronts???

Mehn! Looking for the same.

Looking for the the same,
do you guys got any solution?
kindly share it with me as well

@awais-nayyar @cnyao @macguyver @Mukalingam0813
The OA_IP_ADDRESS value typically corresponds to the base URL or IP address where your application, service, or API is hosted. Here’s how you can determine and set it:

  1. Local Development
    If you're running the application locally:

Use http://127.0.0.1 or http://localhost, followed by the port your server is running on.
For example:

set OA_IP_ADDRESS=http://127.0.0.1:8000

  1. Staging or Production Environment
    If your application is deployed to a remote server:

Use the public IP address or domain name of the server.

set OA_IP_ADDRESS=https://example.com
Replace example.com with your domain or IP.

Sign up or log in to comment