Nextcloud version (eg, 29.0.5): 29.0.5
Operating system and version (eg, Ubuntu 24.04): Unraid
Apache or nginx version (eg, Apache 2.4.25): Unsure, installed with Docker
PHP version (eg, 8.3): Unsure, installed with docker
The issue you are facing: When attempting to use the calendar app Onecalendar, it throws a “Not authorized” error when using proper sign-in.
Is this the first time you’ve seen this error? (Y/N): Y
Steps to replicate it:
- Attempt to link Nextcloud calendar with Onecalendar
- Enter correct credentials
- “Not authorized” error with no further information
The output of your Nextcloud log in Admin > Logging:
Nothing relevant, it doesn't even throw anything here
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
Cannot find this file in appdata/Nextcloud
The output of your Apache/nginx/system log in /var/log/____
:
I don't think I have Apache? I have Unraid
I’m rather inexperienced at all this, Nextcloud and Unraid have been a big “nerd’s first server” situation here. I just want to get the self-hosted calendar to work, since the nextcloud app doesn’t have calendar support, or its own calendar app, I chose Onecalendar for its integration. However, it’s throwing this error that for all I can find, just does not exist on the internet. I have the correct credentials, and nextcloud is accessible outside the network by both my mobile app and web browser perfectly fine, it’s just the calendar I can’t get access to.
My Nextcloud is in docker on my Unraid server behind a subdomain of my domain, through the swag reverse proxy. It’s basically base install from the Spaceinvaderone video I followed to install it, only changes I made was enforcing MFA and disabling richdocuments since I don’t use it and it was throwing a million errors into the console. Any insights or help would be immensely appreciated, I feel like I’m so close to finally having a usable calendar I don’t need to rely on google for.
I can only guess at what the issue is, which maybe it’s my enforement of Authenticator for my user accounts? I know for sure it can talk to my server because if I change the password I get invalid password errors, and if I change the link I get server not found errors.
If any specific information is needed I will do my best to acquire it to make this process smoother, though bear with me as I’m not very familiar with linux operations so I may need to ask for additional directions to find things.