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

Error: Exceeded Quota with 'You exceeded your current quota, please check your plan and billing details. #216

Closed omarijbara closed 1 year ago

omarijbara commented 1 year ago

I am currently facing an error message while attempting to submit a message, which reads, "You have exceeded your current quota. Please review your plan and billing information."

The API has already been provided. Billing has already been set up. The API functions smoothly when tested on Postman.

omarijbara commented 1 year ago

The issue was resolved by either modifying the APP_DOMAIN environment variable or by switching to HTTPS. Thank you very much for the excellent development!