WongSaang / chatgpt-ui

A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage. Provides Docker images and quick deployment scripts.
https://wongsaang.github.io/chatgpt-ui/
MIT License
1.51k stars 333 forks source link

Forbidden (403) CSRF verification failed. Request aborted. #132

Closed zonbao closed 1 year ago

zonbao commented 1 year ago

start with Docker Compose, and get an error when i try to login the administration panel

Forbidden (403) CSRF verification failed. Request aborted. More information is available with DEBUG=True.

OYLFLMH commented 1 year ago

是因为你白名单设置不对,要不就在这里填入你的服务器地址。

Androsyn31 commented 1 year ago

I have the same probleme, my environnement is ${APP_DOMAIN:-https://mydomain.com:9000}

WongSaang commented 1 year ago

Please search for related issues as there are already many solutions available in this regard.