Aleš
ZZerops
•Created by Petr Gräf, CDOM on 4/26/2025 in #💪・community-support
ERR io: read/write on closed pipe
ok, that should be fine, @Michal Saloň @Jan Saidl then?
11 replies
ZZerops
•Created by Petr Gräf, CDOM on 4/26/2025 in #💪・community-support
ERR io: read/write on closed pipe
what CLI version are you on?
zcli version
11 replies
ZZerops
•Created by Petr Gräf, CDOM on 4/26/2025 in #💪・community-support
ERR io: read/write on closed pipe
multiple people reporting this now
11 replies
ZZerops
•Created by Petr Gräf, CDOM on 4/26/2025 in #💪・community-support
ERR io: read/write on closed pipe
Hm @Michal Saloň @Jan Saidl
11 replies
ZZerops
•Created by Louay on 4/26/2025 in #💪・community-support
Monorepo front and back (api using the private ip)
zerops.yml (which you'd put in the root) allows you to define multiple "setups", each for one of the apps
8 replies
ZZerops
•Created by Louay on 4/26/2025 in #💪・community-support
Monorepo front and back (api using the private ip)
monorepo plays no role in this at all, just create two services and connect them with the same GitHub repo
8 replies
ZZerops
•Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
the tutorial probably has unncesary npm run build
50 replies
ZZerops
•Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
we figured it out
50 replies
ZZerops
•Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
in your case it seems like there's no need for build at all, so just remove npm run build from buildCommands altogether
50 replies
ZZerops
•Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
buildCommands are what Zerops executes to build your code, package.json's scripts are just aliases to normal commands, eg. you could do
or you could do
50 replies
ZZerops
•Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
just do the same in zerops.yml
buildCommands
and start
50 replies
ZZerops
•Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
how would you build and run the app locally?
50 replies
ZZerops
•Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
you are running
npm run build
command, but you package.json doesn't have build script defined at all50 replies
ZZerops
•Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
@nermal feel free to help, looks like another autobumper thing
50 replies
ZZerops
•Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
alright, then it has nothing to do with Zerops or CLI
50 replies
ZZerops
•Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
if it's the same thing @Michal Saloň posted then it means your package.json doesn't even have
build
script50 replies
ZZerops
•Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
yes, when you click "open build log" you can see what actually failed
50 replies
ZZerops
•Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
if you can post a screenshot of the pipeline dialog it would be helpful
50 replies
ZZerops
•Created by Gojitada on 4/18/2025 in #💪・community-support
zcli push problem
that likely means the app was built, but failed to start, again, you should see detailed logs in the actual Zerops app (app.zerops.io)
50 replies