docs: update troubleshooting

pull/109/head
moonrailgun 2 years ago
parent 56a8e03c81
commit 6160268468

@ -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.

@ -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不正确的情况请尝试修改代理的配置。

Loading…
Cancel
Save