2026-08-02T15:55:19Z [warning] Error reported while validating credentials: “unexpected status code: 404, body: \n\n404 Not Found\n\n
Not Found
\n
The requested URL was not found on this server.
\n\n”
The logs don’t show the requested URL, I’ll check my server logs. Could it be related to the fact that my nextcloud instance isn’t located in the server root but under /nextcloud?
If recipes contain images, the logs show a failure (406 Not Acceptable).
I think this is because the request.go sets Accept: application/json , so will not receive images.
Adding this fixes the error, but later of course parsing json fails (because it’s not json).
Still no luck. Server logs show that /nextcloud is now prepended, but still get 404 error:
2026-08-02T17:04:39Z [warning] Error reported while validating credentials: “unexpected status code: 404, body: {"folder":"\/Recipes","update_interval":5,"print_image":true,"visibleInfoBlocks":{"preparation-time":true,"cooking-time":true,"total-time":true,"nutrition-information":true,"tools":true}}”
I successfully signed up for NC. The recipes were there, I couldn’t import recipes from Chefkoch (Could not load recipes.) When I reopened the app, the recipes were gone. They are still there in NC cookbook (web).
Thanks to Rikudou_Sennin, I can now login.
I needed to add “/index,php” to the URL - didn’t do that as I don’t recall any other app that needs this.
Wanted to post this here in case other users have the same issue.