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....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...
added domain but certificate takes too long?
hey as you see I have an issue with certificate? it is like some hours? I just used dns in porkbun so maybe its dns propagation?

My nodejs project doesn't work using azure and github actions even if it's deployed (app and build)
I made a Node.js project using HTTP and WebSocket protocols, configured all the environment variables on Azure, linked the GitHub workflow, and once deployed, the website domain link shows: 'The page cannot be displayed because an internal server error has occurred.' could someone help me with this issue? Any help would be greatly appreciated.

I have a nextjs project and don't know how to deploy on Zerops.io?
can someone help me deploy my nextjs project on Zerops.io?
Cannot build due to app not reading env vars
Hello, i restrucutred my project because i needed to separate some logic to some packages. I got to the point where the packages are build, but the Astro app fails with the following error
Login required!
which basically means that the ASTRO_DB_APP_TOKEN
env var is missing. I've checked the build container and echo
ing the env vars seems OK, they both are printed out and set. If i attempt to build the application in the container with the env vars, everything seems fine (e.g. sudo ASTRO_DB_REMOTE_URL=db/dev.db ASTRO_DB_APP_TOKEN="" pnpm astro build --remote
).
Do i have something wrong?
The env var is supposed to be secret (see screenshot) and i have it in the zerops.yaml from runtime....
Deployment Issue
Iām trying to deploy a Node.js server, but the build is failing. What could be the probable reasons?
Solution:
```yml
build:
os: alpine
base:
- nodejs@22...

Having some issues with Zerops
It appears that both the Landing Page and the Dashboard are not functioning as expected. They were working fine for me yesterday, but I am encountering issues now.

File listed in addToRunPrepare not available in prepareCommands
Hi guys, I already successfully deployed my colleague's Python app in Zerops, but recently I needed to make a couple of changes in the zerops.yml file, edited it and all of a sudden, my requirements.txt installation stopped working saying that the requirements.txt file cannot be found. I tried adding it in deployFiles (which I believe is wrong anyway, I was just desperate), I ran many ls commands to check the contents of the container, but I just can't get it to work. I believe I made no changes...