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 opted to have my docker write to a external SSD with all my containers contained within that SSD. I followed a tutorial on youtube to achieve this, a video from Education Ecosystem on youtube.
My docker successfully recognizes the new path I gave it and writes to it with no issues. Containers have no issues installing and starting. I can even initialize nextcloud by creating a admin account.
This is when the issue crops up. When I attempt at loging in to the admin account after creation, I click login; it literally doesn't turn over to the portal.
Another issue, with client applications; I get this error "Could not parse the JSON returned from the server: illegal value". How do I get nextcloud to function normally?
Expected Behavior
Use nextcloud as I would normally.
Steps To Reproduce
Follow Education Ecosystem tutorial on youtube and set the docker root directory(var/lib/docker) to a external drive.
Install containers as normal.
Attempt at nextcloud initialization and successfully create a admin account.
Hit login, get stuck on the login page.
Sanity check by attempting a connection via the client application on PC. Get met with parse error.
Environment
- OS: Ubuntu 24.04.1 LTS
- How docker service was installed:
sudo curl -sSL https://get.docker.com | sh
sudo usermod -aG docker pi
CPU architecture
arm64
Docker creation
docker cli
Container logs
using keys found in /config/keys
System config value memcache.local set to string \OC\Memcache\APCu
System config value filelocking.enabled set to boolean true
System config value memcache.locking set to string \OC\Memcache\APCu
System config value upgrade.disable-web set to boolean true
[custom-init] No custom files found, skipping...
[ls.io-init] done.
The text was updated successfully, but these errors were encountered:
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 opted to have my docker write to a external SSD with all my containers contained within that SSD. I followed a tutorial on youtube to achieve this, a video from Education Ecosystem on youtube.
My docker successfully recognizes the new path I gave it and writes to it with no issues. Containers have no issues installing and starting. I can even initialize nextcloud by creating a admin account.
This is when the issue crops up. When I attempt at loging in to the admin account after creation, I click login; it literally doesn't turn over to the portal.
Another issue, with client applications; I get this error "Could not parse the JSON returned from the server: illegal value". How do I get nextcloud to function normally?
Expected Behavior
Use nextcloud as I would normally.
Steps To Reproduce
Environment
CPU architecture
arm64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: