From a04f05a1bf85f81a1b48bf6a8ab6704d9de3061e Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sat, 24 Feb 2024 23:22:30 +0100 Subject: [PATCH] typo Fixed a little typo and added a more specific url --- docs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 8087088d..0e87694f 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -49,7 +49,7 @@ ## Config not saving Possible Issue 1: Unable to call save endpoint from CDN/static server -If you're running Dashy on a static host, like Vercel, then there's no server-side code to actually save the config, re: #1465 (this is outlined bit more in the docs) +If you're running Dashy on a static host, like Vercel, then there's no server-side code to actually save the config. Look here for more information: https://dashy.to/docs/deployment#deploy-to-cloud-service Possible Issue 2: Unable to save In Docker, double check that the file isn't read-only, and that the container actually has permissions to modify it. You shouldn't really be running it as a root user, and I'm not sure if it will work if you do-