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’)))