File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -82,13 +82,13 @@ server {
8282}
8383```
8484
85- ## Common issues and troubleshooting
85+ ## Troubleshooting
8686
8787### 404 error
8888
89- ** Symptoms** : Documentation loads but features don't work, API calls fail
89+ ** Symptoms** : Documentation loads, but features don't work. API calls fail.
9090
91- ** Cause** : Host header is being forwarded or Origin header is missing
91+ ** Cause** : ` Host ` header is being forwarded or ` Origin ` header is missing.
9292
9393** Solution** :
9494
@@ -99,9 +99,9 @@ server {
9999
100100** Symptoms** : Slow page loads and layout shifts.
101101
102- ** Cause** : Incorrect caching configuration
102+ ** Cause** : Incorrect caching configuration.
103103
104- ** Solution** : Enable caching only for ` /mintlify-assets/_next/static/* ` paths
104+ ** Solution** : Enable caching only for ` /mintlify-assets/_next/static/* ` paths.
105105
106106## Support limitations
107107
You can’t perform that action at this time.
0 commit comments