My Weaviate instance is working from my local machine, but calls from Heroku return 401 Invalid username or password.
I do NOT see any Network, Security, or Allowed IP settings in my instance dashboard.
Can you tell me:
Is my instance restricted to certain IPs or cloud hosts?
How can I allow Heroku or any public cloud host to POST data?
I got Heroku to POST data only by using Quotagaurd Static IP.
Here is the error message: requests.exceptions.ProxyError: âHTTPSConnectionPool(host=ââxxxx.c0.us-east1.gcp.weaviate.cloudââ, port=443):â Max retries exceeded with url: /v1/.well-known/ready (Caused by ProxyError(âUnable to connect to proxyâ, OSError(âTunnel connection failed: 407 Proxy Authentication Requiredâ)))