Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught AjaxError: Missing admin account, please contact your administrator #806

Open
Ahson-Shaikh opened this issue Jan 15, 2025 · 4 comments

Comments

@Ahson-Shaikh
Copy link

Ahson-Shaikh commented Jan 15, 2025

Description of the bug

I have been trying to deploy the filestash using the docker compose provided inside the docker directory.

Step by step instructions to reproduce the bug

I simply copied the Docker compose and and pasted that on my server. When tried running it up, the admin setup resource opened for creating a password. When entered the password, it showed me the below error

image

Can you replicate that error from the demo?

No - It is a self hosted platform

Observed behavior

The below is the docker compose

services:
  app:
    container_name: filestash
    image: machines/filestash:latest
    restart: always
    environment:
    - APPLICATION_URL=
    - CANARY=true
    - OFFICE_URL=http://wopi_server:9980
    - OFFICE_FILESTASH_URL=http://37.27.181.0:8000
    - OFFICE_REWRITE_URL=http://127.0.0.1:9980
    ports:
    - "8000:8334"
    volumes:
    - filestash:/app/data/state/

  wopi_server:
    container_name: filestash_wopi
    image: collabora/code:24.04.10.2.1
    restart: always
    environment:
    - "extra_params=--o:ssl.enable=false"
    - aliasgroup1="https://.*:443"
    command:
    - /bin/bash
    - -c
    - |
         curl -o /usr/share/coolwsd/browser/dist/branding-desktop.css https://gist.githubusercontent.com/mickael-kerjean/bc1f57cd312cf04731d30185cc4e7ba2/raw/d706dcdf23c21441e5af289d871b33defc2770ea/destop.css
         /bin/su -s /bin/bash -c '/start-collabora-online.sh' cool
    user: root
    ports:
    - "9980:9980"

volumes:
    filestash: {}```


# Expected behavior
Run it peacefully 
@mickael-kerjean
Copy link
Owner

That's really weird, do you have time to make a screenshare?

@Laiteux
Copy link

Laiteux commented Jan 29, 2025

@mickael-kerjean Hey, same issue here. Available for a screenshare if you are.

@mickael-kerjean
Copy link
Owner

mickael-kerjean commented Jan 29, 2025

I'm free in the next 2 hours, let me know when you're good and we can hop on https://meet.jit.si/filestash2309

@Laiteux
Copy link

Laiteux commented Jan 29, 2025

Fixed. It was a disk space issue on my end.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants