Getting 550 within SMM when trying to initialize SMM and mods over FTP

Opening message: ⁠Satisfactory Modding
Debug Files atteched: Robb will handle this, no re-upload needed
Additional Infos:

The used Docker Image is: hub.docker.com/r/wolveix/satisfactory-server
The docker-compose.yaml: https://canary.discord.com/channels/555424930502541343/555516979260293132/1446166645776056532
#version: '3'

services:
  sf-server:
    container_name: sf-server
    restart: unless-stopped
    image: 'wolveix/satisfactory-server:latest'
    ports:
    - redacted:7777/tcp
    - redacted:7777/udp
    - 8888:8888/tcp #default port
    volumes:
    - /home/redacted/satisfactory/sf-minimaus:/config
    environment:
    - MAXPLAYERS=6
    - PGID=redacted
    - PUID=redacted
    - ROOTLESS=false
    - STEAMBETA=false
    - MAXOBJECTS=3000000
    deploy:
      resources:
        limits:
          memory: 16G
        reservations:
          memory: 8G

Now, like stated initially, I can access these files as root over sftp and also as the mentioned "dummyUser" but for some reason this isn't enough for SMM.
I haven't tried the FTP Docker solution mentioned on the docker hub page but it only does the same what already is there ... mounting the gamefiles. So not sure what the problem here is.

Any help would be apreciated.
Was this page helpful?