Easypanel LogoEasypanel LogoFeedbackChangelogSupport
Voters
RRubens de Carvalho

Although my Evolution project is fully connected and running, I’m unable to access it through the provided URL. Is there a way to change or update the host URL to a different one

Bug Reports
RRubens de Carvalho
•6/19/2025
Open

Deploying migrations for postgresql

Database URL:

[email protected] db:deploy

node runWithProvider.js "rm -rf ./prisma/migrations && cp -r ./prisma/DATABASE_PROVIDER-migrations ./prisma/migrations && npx prisma migrate deploy --schema ./prisma/DATABASE_PROVIDER-schema.prisma"

Environment variables loaded from .env

Prisma schema loaded from prisma/postgresql-schema.prisma

Datasource "db": PostgreSQL database "evolution3", schema "public" at "evolution3_postgres:5432"

49 migrations found in prisma/migrations

No pending migrations to apply.

npm notice

npm notice New major version of npm available! 10.8.2 -> 11.4.2

npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.4.2

npm notice To update run: npm install -g [email protected]

npm notice

Migration succeeded

[email protected] db:generate

node runWithProvider.js "npx prisma generate --schema ./prisma/DATABASE_PROVIDER-schema.prisma"

Environment variables loaded from .env

Prisma schema loaded from prisma/postgresql-schema.prisma

✔ Generated Prisma Client (v6.3.0) to ./node_modules/@prisma/client in 1.06s

Start by importing your Prisma Client (See: https://pris.ly/d/importing-client)

Tip: Curious about the SQL queries Prisma ORM generates? Optimize helps you enhance your visibility: https://pris.ly/tip-2-optimize

Prisma generate succeeded

[email protected] start:prod

node dist/main

[Evolution API] v2.2.3 164 - Thu Jun 19 2025 06:54:35 VERBOSE [CacheEngine] [string] RedisCache initialized for groups

[Evolution API] v2.2.3 164 - Thu Jun 19 2025 06:54:35 VERBOSE [CacheService] [string] cacheservice created using cache engine: Gt

[Evolution API] v2.2.3 164 - Thu Jun 19 2025 06:54:35 VERBOSE [CacheEngine] [string] RedisCache initialized for instance

[Evolution API] v2.2.3 164 - Thu Jun 19 2025 06:54:35 VERBOSE [CacheService] [string] cacheservice created using cache engine: Gt

[Evolution API] v2.2.3 164 - Thu Jun 19 2025 06:54:35 VERBOSE [CacheEngine] [string] RedisCache initialized for baileys

[Evolution API] v2.2.3 164 - Thu Jun 19 2025 06:54:35 VERBOSE [CacheService] [string] cacheservice created using cache engine: Gt

[Evolution API] v2.2.3 164 - Thu Jun 19 2025 06:54:35 INFO [WA MODULE] [string] Module - ON

[Evolution API] v2.2.3 164 - Thu Jun 19 2025 06:54:35 VERBOSE [Redis] [string] redis connecting

[Evolution API] v2.2.3 164 - Thu Jun 19 2025 06:54:35 VERBOSE [Redis] [string] redis ready

[Evolution API] v2.2.3 164 - Thu Jun 19 2025 06:54:36 INFO [PrismaRepository] [string] Repository:Prisma - ON

[Evolution API] v2.2.3 164 - Thu Jun 19 2025 06:54:36 LOG [SERVER] [string] HTTP - ON: 8080

0 comments

Comments

No comments yet. Log in to leave a comment.