Guten Tag
ich habe vor etwa 2 Wochen begonnen Nextcloud auf einen Synology NAS zu installieren für die Verwendung im Familien- und Freundeskreis. (keine Docker Installation)
Ich bin dabei dieser Anleitung gefolgt:
Nextcloud 27 auf Synology DSM 7.2 installieren
Alles was bisher an Fehlern aufgetreten ist, waren lösbare Fehler in der Konfiguration.
Nur bei der Cookbook App brauche ich Hilfe!
Wir wollen Rezepte sammeln und so hinterlegen, dass eine ausgewählte Benutzergruppe Lese- und Schreibzugriff hat.
Ich habe in den Kochbuch-Einstellungen alle möglichen Rezept-Ordner versucht (/ oder /rezepte oder ein Team-Ordner oder …)
Das Ergebnis beim Speichern eines Rezepts ist immer:
“Unbekannte Antwort vom Server zurückgegeben. Siehe Protokolle.”
Dabei wird ein Ordner im Rezept-Ordner angelegt, mit einer leeren Datei namens recipe.json darin.
Ich kann in dem eingestellten Rezept-Ordner Verzeichnisse und Dateien manuell anlegen, diese verändern, löschen, etc. Also alles so wie erwartet.
Sehe ich mir auf meinen Client mit F12 die Seite an, dann werden 4 Errors angezeigt. Nur fehlt mir das Wissen um diese zu interpretieren.
Wie komme ich hier weiter?
Danke
Michael
System Info:
Client Windows 10, Edge Browser
Nextcloud Version 31.0.7 auf Synology NAS DSM 7.2.2-72806 Update 4
Datenbank, PHP, Apache sind die Standardpakete von Synology
F12 - Info:
api-interface.js:42 POST https://nextcloud.turkeyfish.de/index.php/apps/cookbook/webapp/recipes 500 (Internal Server Error)
im Detail:
'-moz-appearance' is not supported by Edge. Add 'appearance' to support Edge 84+.
.recipeYieldInput[data-v-1c350b2d] {
-moz-appearance: textfield;
}
Request
https://nextcloud.turkeyfish.de/index.php/apps/cookbook/
Further Reading
Learn more about this CSS feature on MDN
Learn why this is important and how to fix it on webhint.io
'position: -webkit-sticky' is not supported by Edge. Add 'position: sticky' to support Edge 16+.
.app-content-list {
position: -webkit-sticky;
}
Open in Sources
Request
https://nextcloud.turkeyfish.de/core/css/server.css?v=6e294de7-0
Further Reading
Learn more about this CSS feature on MDN
Learn why this is important and how to fix it on webhint.io
The 'viewport' meta element 'content' attribute value should not contain 'minimum-scale'.
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
Open in ElementsSources
Request
https://nextcloud.turkeyfish.de/index.php/apps/cookbook/
Further Reading
Learn why this is important and how to fix it on webhint.io
A 'cache-control' header is missing or empty.
Request
https://nextcloud.turkeyfish.de/index.php/apps/cookbook/webapp/recipes
Further Reading
Learn why this is important and how to fix it on webhint.io