Aleš
Aleš
ZZerops
Created by Dally on 2/25/2025 in #💪・community-support
pnpm killed
@Michal Saloň @Matěj Pavlíček
21 replies
ZZerops
Created by EdwardD on 2/24/2025 in #💪・community-support
Issues with pip
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'). Here's what's happening: 1. You're trying to install a package using pip 2. During installation, there's a syntax error in a file called logging/__init__.py 3. This appears to be a custom logging package (not the standard library one) that's likely written for Python 2
11 replies
ZZerops
Created by ZenitoGR | Chris | new dev on 2/6/2025 in #💪・community-support
I have a nextjs project and don't know how to deploy on Zerops.io?
yes, you don't want your production to possibly be affected by whatever you are doing in development / preview, that's just the best practice you can easily start / stop the dev service when you don't need it and it will cost nothing
121 replies
ZZerops
Created by ZenitoGR | Chris | new dev on 2/6/2025 in #💪・community-support
I have a nextjs project and don't know how to deploy on Zerops.io?
what happens when you do npm run build locally?
121 replies
ZZerops
Created by ZenitoGR | Chris | new dev on 2/6/2025 in #💪・community-support
I have a nextjs project and don't know how to deploy on Zerops.io?
open pipeline detail and show build log
121 replies
ZZerops
Created by ZenitoGR | Chris | new dev on 2/6/2025 in #💪・community-support
I have a nextjs project and don't know how to deploy on Zerops.io?
if you need some sensitive information in your variables, you can go to the service detail in GUI, find Environments variables and add it as a "Secret variable"
121 replies
ZZerops
Created by ZenitoGR | Chris | new dev on 2/6/2025 in #💪・community-support
I have a nextjs project and don't know how to deploy on Zerops.io?
No description
121 replies
ZZerops
Created by ZenitoGR | Chris | new dev on 2/6/2025 in #💪・community-support
I have a nextjs project and don't know how to deploy on Zerops.io?
this config assumes you've added two nodejs22 services names prod and dev btw
121 replies
ZZerops
Created by ZenitoGR | Chris | new dev on 2/6/2025 in #💪・community-support
I have a nextjs project and don't know how to deploy on Zerops.io?
see 👆
121 replies
ZZerops
Created by ZenitoGR | Chris | new dev on 2/6/2025 in #💪・community-support
I have a nextjs project and don't know how to deploy on Zerops.io?
you can do
zerops:
- setup: base
build:
base: nodejs@20
buildCommands:
- pnpm i
- pnpm run build
deployFiles: ./
run:
base: nodejs@20
envVariables:
NEXT_PUBLIC_SUPABASE_URL: ...
ports:
- port: 3000
httpSupport: true
start: pnpm start
- setup: prod
extends: base
- setup: dev
extends: base
zerops:
- setup: base
build:
base: nodejs@20
buildCommands:
- pnpm i
- pnpm run build
deployFiles: ./
run:
base: nodejs@20
envVariables:
NEXT_PUBLIC_SUPABASE_URL: ...
ports:
- port: 3000
httpSupport: true
start: pnpm start
- setup: prod
extends: base
- setup: dev
extends: base
121 replies
ZZerops
Created by ZenitoGR | Chris | new dev on 2/6/2025 in #💪・community-support
I have a nextjs project and don't know how to deploy on Zerops.io?
btw you zerops.yml needs to reflect that
121 replies
ZZerops
Created by ZenitoGR | Chris | new dev on 2/6/2025 in #💪・community-support
I have a nextjs project and don't know how to deploy on Zerops.io?
in dev do the same but select branch preview
121 replies
ZZerops
Created by ZenitoGR | Chris | new dev on 2/6/2025 in #💪・community-support
I have a nextjs project and don't know how to deploy on Zerops.io?
add two services, prod and dev, in prod select to trigger on "Push to branch" and select main from branches
121 replies
ZZerops
Created by ZenitoGR | Chris | new dev on 2/6/2025 in #💪・community-support
I have a nextjs project and don't know how to deploy on Zerops.io?
yea you can do that
121 replies
ZZerops
Created by ZenitoGR | Chris | new dev on 2/6/2025 in #💪・community-support
I have a nextjs project and don't know how to deploy on Zerops.io?
(or SSG, if you prefer static https://app.zerops.io/recipe/nextjs-static)
121 replies
ZZerops
Created by ZenitoGR | Chris | new dev on 2/6/2025 in #💪・community-support
I have a nextjs project and don't know how to deploy on Zerops.io?
have you tried the example app ? https://app.zerops.io/recipe/nextjs-nodejs
121 replies
ZZerops
Created by </Kwishna😼> on 1/25/2025 in #💪・community-support
Having some issues with Zerops
alright, let me know when / if it happens again and we'll try to investigate further
30 replies
ZZerops
Created by </Kwishna😼> on 1/25/2025 in #💪・community-support
Having some issues with Zerops
using that hotspot, or the same connection as before?
30 replies
ZZerops
Created by </Kwishna😼> on 1/25/2025 in #💪・community-support
Having some issues with Zerops
so ok that looks life
30 replies
ZZerops
Created by </Kwishna😼> on 1/25/2025 in #💪・community-support
Having some issues with Zerops
No description
30 replies