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...
obtain zerops.yml for existing service
Is it possible to get
zerops.yml
config file for an existing service? In zcli
is not any command for that and in GUI can not see any option for downloading the file. There is only option for Export service as yaml but it returns short yaml about the service name and version.IP not pointing to project
My website hasn't been loading or when loading has been very slow. Checked the service routing section on my project and it claims that the DNS is "Not pointing to project's IP" even though it is there in my registrar.
Best way to migrate from legacy to lightweight core
As the title says, what is the best way to switch from legacy to lightweight core? Simply just copy the import yaml file and run zcli import? Thanks!
Cloning and using a repository on build
Hello, i'm struggling a little but to build a rust app in the rust build container. I want to clone a git repository,
cd
into it and run build, however it looks like the cd
command is not working as i would expect, and also i cannot clone the repository to current working folder because it is not empty. What should be the recommended way to do this?
```
2025-01-07T07:41:43.120Z โโโโ โ
git clone --depth 1 --branch musl-fix https://github.com/dallyh/libsql.git โโโโ...Stopped service has allocated cores and memory
I have a service which is in stopped state, but the dashboards reports that it has some RAM and cores allocated, is this a visual bug?
zcli service log - invalid memory address or nil pointer dereference
Hi guys. When execute
zcli service log --projectId XXX
it works fine. But when adding the --serviceId XXX
parameter it crashed
```
zcli service log --projectId XXX --serviceId XXX
โค INFO Selected service: XXX...Solution:
Hi, I have just released a fixed version, could you, please, try to update your zCLI and try again?
https://github.com/zeropsio/zcli/?tab=readme-ov-file#linuxmacos...
Wireguard adapter was created, but we are not able to establish a connection
โฏ /home/yup/.local/bin/zcli vpn up
โค INFO Selected project: ok
โค INFO VPN config saved: /home/yup/.config/zerops/zerops.conf
! WARN Wireguard adapter was created, but we are not able to establish a connection,this could indicate a problem on our side. Please contact our support team via https://support.zerops.io, support@zerops.io or join our discord https://discord.com/invite/WDvCZ54....
NGINX Authentication Based on Subrequest Result
Hi, I am solving a problem with authentication based on the result of a sub-request in nginx.
ยดยดยด
server {
listen 80 default_server;
listen [::]:80 default_server;...
Let's encrypt for subdomain wildcard
Hi, I need to have SSL certificate covering all subdomains. Usually should work "*.domain.name". But when I try it, I got "DomainName must be valid FQDN domain" error. Can you help me?
PHP extensions ext-sodium required
Hey guys, my Symfony app fails on installing:
โโโโ โ composer install --optimize-autoloader โโโโ
Pipeline ID PxIzWB0uTVijUBNhn8FeAg...
Solution:
Yes, and since Symfony demo is, sadly, very simple, it does not need Libsodium.
Try this updated Symfony example
zerops.yml
(see addition of run.prepareCommands
):
```yaml
zerops:...Invalid YAML parameter for Bun
Hi, I've just started receiving a new error when deploying a service using Bun. It was working before, now I am getting the following error:
Invalid parameter provided.
```yaml...
Solution:
It probably won't be needed, I think I found the issue. @David Vurbs could you try push (with the
bun@1.1.34
) once more?Origin unreachable
So I started getting 523 errors recently on my site, routes through Cloudflare. This only happens on the first visit, subsequent refreshes are fine (sometimes 2 or more refreshes).
Where could I find what's causing this? The domain and routing is okay. It looks like a "cold start" which to my knowledge should not happen.
Does this have to do something with the legacy core?...
Reached heap limit Allocation failed
When pushing a analog.js app i get the following error.
2024-11-14T14:03:40.429Z FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory
First it builds the angular app and when building the server, I reach a limit....
502 Bad Gateway when using Zerops Subdomain Access
I am setting up a python project and I want to use Zerops subdomain during development. However, when I access said domain I am met with a 502 Bad Gateway NGINX error.