From 6160268468bfaa31cd8ffb72b5d6f6f8529a9f6e Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Mon, 17 Jul 2023 00:53:11 +0800 Subject: [PATCH] docs: update troubleshooting --- website/docs/deployment/troubleshooting.md | 6 ++++++ .../current/deployment/troubleshooting.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/website/docs/deployment/troubleshooting.md b/website/docs/deployment/troubleshooting.md index ae357884..f9d6ff60 100644 --- a/website/docs/deployment/troubleshooting.md +++ b/website/docs/deployment/troubleshooting.md @@ -78,6 +78,12 @@ command: 'MAIL FROM' Please check whether your `SMTP_SENDER` content is correct, the general format is `xxx@example.com` or `"YourName" xxx@example.com` +### Openapi service is always restart + +If this throw error `Issuer Identifier must be a valid web uri` + +you should make sure has been writing a url(`http://xxxx` or `https://xxxx`) in env `API_URL` + ## Openapi platform related If the open platform is deployed behind a proxy, if the endpoint in the JSON of the access `/open/.well-known/openid-configuration` result is incorrect, please try to modify the configuration of the proxy to forward real ip. diff --git a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/troubleshooting.md b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/troubleshooting.md index 7aaab54f..50dd9b8d 100644 --- a/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/troubleshooting.md +++ b/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/deployment/troubleshooting.md @@ -78,6 +78,12 @@ command: 'MAIL FROM' 请检查你的`SMTP_SENDER`内容是否正确,一般的格式是 `xxx@example.com` 或 `"YourName" xxx@example.com` +### Openapi 服务一直在重启 + +如果抛出了错误 `Issuer Identifier must be a valid web uri` + +你应该确保在环境变量`API_URL`中填入了一个url(`http://xxxx` 或 `https://xxxx`) + ## 开放平台相关 如果开放平台部署在代理之后,如果出现访问 `/open/.well-known/openid-configuration` 结果的json中endpoint不正确的情况,请尝试修改代理的配置。