From 48e2c494ebc100034b019a99848239a6795661fc Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 17 Feb 2025 21:39:03 -0800 Subject: [PATCH] Update index.md --- docs/troubleshooting/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/troubleshooting/index.md b/docs/troubleshooting/index.md index 85726cfa..1c72ba31 100644 --- a/docs/troubleshooting/index.md +++ b/docs/troubleshooting/index.md @@ -15,9 +15,9 @@ hide: ## Service Widget Errors -All service widgets work essentially the same, that is, homepage makes a proxied call to an API made available by that service. The majority of the time widgets don't work it is a configuration issue. Of course, sometimes things do break. Some basic steps to try: +All service widgets work essentially the same, that is, homepage makes a proxied call to an API made available by that service. The majority of the time widgets don't work it is a configuration issue. Of course, sometimes things do break. Some basic steps to check: -1. **URLs should not end with a / or other API path. Each widget will handle the path on its own.**. Including a trailing slash can result in an error. +1. URLs should not end with a / or other API path. Each widget will handle the path on its own. 2. All services with a widget require a unique name.