generated from nextcloud/app-skeleton-python
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Hi there!
I have issues installing the new version of the flow ExApp in Nextcloud.
I thought that my issues would be due to my Nextcloud being moved to a new domain very recently, however, I changed all possible configurations and deleted and reinstalled the Harp daemon and the flow app + docker volumes multiple times. I confirmed with grep that there are no leftovers of my old domain in any files on my system, so that can be ruled out as the issue.
The issue is that the docker container is in a restart loop and never gets healthy to become a accessible app.
This is the log that is constantly being spammed into the docker log:
Found /certs/frp directory. Creating configuration with TLS certificates.
Starting frpc in the background...
flow is already in /etc/hosts
2026-01-16 23:35:54.612 [I] [sub/root.go:142] start frpc service for config file [/frpc.toml]
2026-01-16 23:35:54.612 [I] [client/service.go:295] try to connect to server...
PostgreSQL binaries found.
2026-01-16 23:35:54.623 [I] [client/service.go:287] [42ab7d4e5d078173] login to server success, get run id [42ab7d4e5d078173]
2026-01-16 23:35:54.623 [I] [proxy/proxy_manager.go:173] [42ab7d4e5d078173] proxy added: [flow]
2026-01-16 23:35:54.624 [I] [client/control.go:168] [42ab7d4e5d078173] [flow] start proxy success
Starting PostgreSQL...
pg_ctl: another server might be running; trying to start server anyway
waiting for server to start.... done
server started
Waiting for PostgreSQL to start...
PostgreSQL is up and running.
ALTER ROLE
DATABASE_URL is already set to: postgresql://flow:flow@%2Fvar%2Frun%2Fpostgresql/flow?sslmode=disable
NUM_WORKERS is already set to: 8
Starting windmill in background...
Starting main command as a Python script: /ex_app/lib/main.py
Running in standalone mode
We STRONGLY recommend using at most 1 worker per container, use at your own risks
Connecting to database...
PostgreSQL version: PostgreSQL 15.15 (Debian 15.15-1.pgdg12+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14+deb12u1) 12.2.0, 64-bit (windmill require PG >= 14)
OTEL settings loaded: tracing (false), logs (false), metrics (false), endpoint (None), headers defined: (false)
Database connected
2026-01-16T23:35:54.985040Z WARN windmill-common/src/server.rs:81: SMTP not configured
[DEBUG]: USERS_STORAGE_PATH= /nc_app_flow_data/windmill_users_config.json
[DEBUG]: PROJECT_ROOT_FOLDER= /
[DEBUG]: STATIC_FRONTEND_PRESENT= True
2026-01-16T23:35:55.551360Z ERROR windmill-api/src/tracing_init.rs:39: response latency=0 status=401
2026-01-16T23:35:55.614686Z ERROR windmill-common/src/error.rs:267: Internal: Not implemented in Windmill's Open Source repository @users_oss.rs:53:9 error=InternalErrLoc { message: "Not implemented in Windmill's Open Source repository", location: "users_oss.rs:53:9" }
2026-01-16T23:35:55.614720Z ERROR windmill-api/src/tracing_init.rs:39: response latency=1 status=500
2026-01-16T23:35:55.614729Z ERROR windmill-api/src/tracing_init.rs:50: response failure latency=1
[initialize_windmill]: initialize_windmill: can not change default credentials password: Internal: Not implemented in Windmill's Open Source repository @users_oss.rs:53:9
Traceback (most recent call last):
File "/ex_app/lib/main.py", line 741, in <module>
initialize_windmill()
File "/ex_app/lib/main.py", line 316, in initialize_windmill
raise RuntimeError(f"initialize_windmill: can not change default credentials password, {r.text}")
RuntimeError: initialize_windmill: can not change default credentials password, Internal: Not implemented in Windmill's Open Source repository @users_oss.rs:53:9
collex100
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working