VPN problem
Hi, new Zerops user here.
I've created a Postgres service and was trying to connect from local laptop, but the VPN is failing.
```
zcli version...
zcli push problem
Hello i need help about my problem, when i enter "zcli push" i have this error "last command has finished with error, identifier for communication with our support: [a token i deleted in discord]"
Integration of github organistation with zerops
Hello how to get my repo of my orgranisation integrated with zerops for automatic triggers as i can see my personal account repos
Package upload failed (exit status 128)
I get this error when I try to
zcli push
to a project:
```bash
...@...:~/Projects/temp$ zcli push
Using config file: /home/.../.config/zerops/.zcli.yml...Cloudfare ipv6 & zerops
Hello @admin ,
i added the ipv6 adress to cloudfare with proxy my internet doesnt support ipv6 resolution so i thought by doing this it would work...
i added the ipv6 adress to cloudfare with proxy my internet doesnt support ipv6 resolution so i thought by doing this it would work...
Solution:
Are you 1000% sure you have Cloudflare set to Full or Full (strict) instead of Flexible?
See point 3 in https://docs.zerops.io/features/dns#troubleshooting-guide...

no error messages in the logs
I've added many logs to the code but I can't see any of them in the logs. it just keeps on crashing, need help
```js
// Global unhandled exception handlers
process.on('uncaughtException', (error) => {...

Postgres vector extension
From what I can tell it's already installed, but it errors when I run a migration with the vector type
Also trying to enable it manually with...
error: type "vector" does not exist
error: type "vector" does not exist
Solution:
Or to explain it a bit better, since my previous message merges databases and schemas into one (sorry for the confusion).
We create 2 users,
postgres
and db
(this one is named as your service) and they both have public
schema.
So when you login as postgres
user, it will by default select postgres
database, and you need to switch to db
to install extenstions for that DB....is multiple zerops.yml for prod and QA possible?
I want to deploy two projects for prod and QA, but both of them has different setup name and same repo
local search for logs?
the local search is very limiting. Is it possible to add local search for virtual scroll? the logs are downloaded but there is no option to search over all of them. This is very limiting currently.
MongoDB support
Hello,
I would like to know if you are planning to support MongoDB. Also, can the database be run on Ubuntu or a Docker service?
I have attempted this setup but encountered issues, and I don't know if it's worth investing more time into it. Even If I start the database, I'm uncertain how to work with the data stored in the service. Specifically, will the data be persistent if I restart the service?
...
UI improvement request
Guyz great experience so far. I have 1 request.
The "Publish 1 domain access change" is not very prominent and gets lost. I made changes to the URL multiple times but forgot to press that button because it is not actually visible and gets lost. This looks like a notification, instead of a Action button. Need to do something about it thanks....

Method Not Allowed
I came across the API documentation because I was trying to do some of my work from the command line, I read the documentation and according to it I had to put my token as a bearer. but it gave me several errors everytime most probably it is my fault can you guys help me what am I doing here wrong?
Documentation
https://docs.zerops.io/references/api...
Object storage custom domain
Is there any possible way to change the default domain of the object storage url ?
Gitlab integration: expired token
Hello,
We are experiencing an issue with the GitLab integration for deploying our project on Zerops. Every time we push to the connected branch, the integration fails. Zerops triggers the pipeline, but the loaded
zerops.yml
file is empty, the log output is empty, and the only relevant information we receive is via email:
`Pipeline couldn't start because: Gitlab authorisation is invalid or expired
...pnpm killed
Any ideas on what this could mean? Literally only happens in the build container somehow.
Why and how does the process get killed?...

Issues with pip
I am having issues installing stuff with pip
Solution:
Claude says:
It looks like you're encountering a Python installation error. The issue stems from trying to install a package that contains syntax that's incompatible with your Python 3.12 installation.
The specific error is in the logging package that's being installed. It's using old Python 2.x style exception syntax (
raise NotImplementedError, 'emit must be implemented'
) which is invalid in Python 3. In Python 3, the correct syntax would be raise NotImplementedError('emit must be implemented')
....I cannot host on zerops my vite project?
what do I need to do?
```yml
zerops:
- setup: nodejs0...