Hi! I use data query to execute a function from the frontend but always get an error: HTTPConnectionPool(host='***', port=80): Max retries exceeded with url: /v1/databases/playground/collections/Standards/documents?queries%5B0%5D=limit%2825%29&queries%5B1%5D=offset%280%29 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fda8585e460>: Failed to establish a new connection: [Errno 22] Invalid argument'))
Recommended threads
- Self hosted project based backup
Is there a native way to perform a project-level backup in a self-hosted instance, instead of backing up the entire Docker instance? If not, I would like to off...
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...