You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm setting up nextcloud in Windows docker desktop, and running into issues when creating admin account.
Already fixed two issues as mentioned in the 'steps', but stuck now.
I kind of suspect there is a problem nextcloud with mariadb? because if I use SQlite it works
But I did see mariadb got updated, somehow it only have issue with oc_calendarobjects
Expected Behavior
Admin account should be created successfully.
Steps To Reproduce
Docker compose up -d with the compose.yml below
Manually add two lines to config.php 'allow_local_remote_servers' => true, because I'm using localhost 'check_data_directory_permissions' => true, because I'm using Windows docker desktop
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
Is there an existing issue for this?
Current Behavior
I'm setting up nextcloud in Windows docker desktop, and running into issues when creating admin account.
Already fixed two issues as mentioned in the 'steps', but stuck now.
I kind of suspect there is a problem nextcloud with mariadb? because if I use SQlite it works
But I did see mariadb got updated, somehow it only have issue with oc_calendarobjects
Expected Behavior
Admin account should be created successfully.
Steps To Reproduce
'allow_local_remote_servers' => true,
because I'm using localhost'check_data_directory_permissions' => true,
because I'm using Windows docker desktopEnvironment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: