Skip to content

[BUG] Workspace Controller does not exist #496

Open
@alx-xlx

Description

@alx-xlx

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Image

Expected Behavior

No response

Steps To Reproduce

I am using the latest image file
https://github.com/linuxserver/docker-nextcloud/releases/tag/30.0.6-ls369

Environment

- OS:
- How docker service was installed:
Installed using docker-compose.yml

CPU architecture

arm64

Docker creation

---
services:
  nextcloud:
    image: lscr.io/linuxserver/nextcloud:latest
    container_name: nextcloud
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Asia/Kolkata
    volumes:
      - /home/pi/data/nextcloud:/config
      - /home/pi/data/nextcloud/www/nextcloud/data:/data
    ports:
      - 8092:443
    # restart: unless-stopped
    labels:
      - sablier.enable=true
      - sablier.group=nextcloud
    healthcheck:
      test: ["CMD-SHELL", "netstat -tuln | grep -q ':443 ' || exit 1"]
      interval: 30s
      timeout: 5s
      retries: 3
      start_period: 30s

Container logs

[migrations] started
[migrations] 01-nginx-site-confs-default: skipped
[migrations] 02-default-location: skipped
[migrations] done
───────────────────────────────────────

      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝

   Brought to you by linuxserver.io
───────────────────────────────────────

To support LSIO projects visit:
https://www.linuxserver.io/donate/

───────────────────────────────────────
GID/UID
───────────────────────────────────────

User UID:    1000
User GID:    1000
───────────────────────────────────────
Linuxserver.io version: 30.0.6-ls369
Build-date: 2025-02-18T11:51:25+00:00
───────────────────────────────────────

using keys found in /config/keys
Initializing nextcloud 30.0.6.2 (this can take a while) ...
Setting permissions
Initializing finished
[custom-init] No custom files found, skipping...
[ls.io-init] done.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    • Status

      Issues

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions