docs: add troubleshoot somethings amiss
This commit is contained in:
parent
37baf9ea5c
commit
a88a99e624
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: Failed to Fetch
|
||||
slug: /troubleshooting/failed-to-fetch
|
||||
description: Troubleshooting "Failed to Fetch"
|
||||
title: Something's amiss
|
||||
slug: /troubleshooting/somethings-amiss
|
||||
description: Troubleshooting "Something's amiss"
|
||||
keywords: [
|
||||
Jan AI,
|
||||
Jan,
|
||||
@ -16,7 +16,7 @@ keywords: [
|
||||
]
|
||||
---
|
||||
|
||||
You may receive an "Error occured: Failed to Fetch" response when you first start chatting with a selected model.
|
||||
You may receive an "Something's amiss" response when you first start chatting with a selected model.
|
||||
|
||||
This may occur due to several reasons. Please follow these steps to resolve it:
|
||||
|
||||
@ -61,6 +61,17 @@ const config = {
|
||||
enableInDevelopment: false, // optional
|
||||
},
|
||||
],
|
||||
[
|
||||
"@docusaurus/plugin-client-redirects",
|
||||
{
|
||||
redirects: [
|
||||
{
|
||||
from: "troubleshooting/failed-to-fetch",
|
||||
to: "troubleshooting/somethings-amiss",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
],
|
||||
|
||||
// The classic preset will relay each option entry to the respective sub plugin/theme.
|
||||
|
||||
@ -15,6 +15,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "^3.0.0",
|
||||
"@docusaurus/plugin-client-redirects": "^3.1.0",
|
||||
"@docusaurus/plugin-content-docs": "^3.0.0",
|
||||
"@docusaurus/preset-classic": "^3.0.0",
|
||||
"@docusaurus/theme-live-codeblock": "^3.0.0",
|
||||
|
||||
1339
docs/yarn.lock
1339
docs/yarn.lock
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user