-
Hello, I manage two Cloudrons on two VPS's from one location and from one provider. On both instances I've got Open Web UI installed. One server it works fine but on the other I get the message "This app is currently not responding. Please try refreshing the page in a few minutes." Both instances of Open Web UI are on the same newest version. I checked troubleshooting and it looks fine. Do you have any idea, what is causing it?
-
-
You are right, I entered this there:
ENABLE_GOOGLE_DRIVE_INTEGRATION=True
GOOGLE_DRIVE_CLIENT_ID=<your_client_id>
GOOGLE_DRIVE_API_KEY=<your_api_key>
I was figuring out, where to put credentials for Google drive integration. Is it in this env.sh file or elsewhere? Or is it without the first line just client and api? -
All right,
so would this be the correct input?export ENABLE_GOOGLE_DRIVE_INTEGRATION=True export GOOGLE_DRIVE_CLIENT_ID=<your_client_id> export GOOGLE_DRIVE_API_KEY=<your_api_key>
Or just on the first line?