s0ftcorn

Results 12 comments of s0ftcorn

Had to wipe the data of the database container, but now it works. For one user, specifically my user. Any other gets: ``` [error] [AxiosError: Request failed with status code...

If i read correctly this would only be the case if the person logging in has multiple accounts. In this case basically any user that tries to login with their...

Issue persists. Though i didnt investigate further.

This still seems to be an issue, as i get `mailserver | Aug 2 23:16:12 nordstadtliga dovecot: lmtp([email protected]): Error: mkdir(/srv/vmail/[email protected]/Maildir) failed: Permission denied (euid=5000(docker) egid=5000(docker) missing +w perm: /srv, dir...

Small update, i tried : `find . -path "*/css/dashboard.css"` And got no result????? Did i miss something during setup?

I did a clean installation after 01.07. because of the new commits. But they didnt change this issue. Could you point me in the direction of the right .css files?...

In the end i did: `python manage.py collectstatic` inside the mediacms-web container. Since these static files are kept in a docker volume, i think this is okay to do.

I achieved this by setting: ``` USERS_CAN_SELF_REGISTER = False GLOBAL_LOGIN_REQUIRED = True ``` That way i control the registration: by making accounts manually through admin interface and then setting their...

Hi! Sorry for the late response. Quickly tried with a friend and the issue persists.

Commented that out: `- CORS=all` and it changes nothing. i.e. the same error.