You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which version of integration_openai are you using?
3.2.0
Which version of Nextcloud are you using?
30.0.2
Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please.
Firefox 133.0, Samsung Internet 27.0.0.79
Describe the Bug
The Nextcloud Dashboard becomes inaccessible when the integration_openai app fails to connect to its configured backend service. This occurred after an NVIDIA driver update caused the backend service (Ollama in Docker/WSL2) to fail due to CUDA compatibility issues. Despite the backend being non-critical and used only for document summarization, its failure blocks the entire dashboard.
Error logs repeatedly show:
GuzzleHttp\Exception\ConnectException: cURL error 7: Failed to connect to [host] port [port]: Connection timed out
Other functionalities such as WebDAV and the Nextcloud mobile app remain operational.
Expected Behavior
The integration_openai app should handle backend connection issues gracefully.
The dashboard should remain accessible even if the backend service for the app is unavailable.
To Reproduce
Enable the integration_openai app in Nextcloud.
Configure it to connect to a backend service, such as Ollama running in Docker/WSL2.
Simulate a failure in the backend:
Stop the Docker container.
Introduce network issues.
Update the NVIDIA driver, causing CUDA to stop working in WSL2 (as happened in this case).
Attempt to access the Nextcloud Dashboard.
The text was updated successfully, but these errors were encountered:
I've experienced this too. I could access the login page, but the rest of the NextCloud was completely inaccessible. It would just timeout. Disabling this app fixed the problem.
Which version of integration_openai are you using?
3.2.0
Which version of Nextcloud are you using?
30.0.2
Which browser are you using? In case you are using the phone App, specify the Android or iOS version and device please.
Firefox 133.0, Samsung Internet 27.0.0.79
Describe the Bug
The Nextcloud Dashboard becomes inaccessible when the integration_openai app fails to connect to its configured backend service. This occurred after an NVIDIA driver update caused the backend service (Ollama in Docker/WSL2) to fail due to CUDA compatibility issues. Despite the backend being non-critical and used only for document summarization, its failure blocks the entire dashboard.
Error logs repeatedly show:
Other functionalities such as WebDAV and the Nextcloud mobile app remain operational.
Expected Behavior
The integration_openai app should handle backend connection issues gracefully.
The dashboard should remain accessible even if the backend service for the app is unavailable.
To Reproduce
Enable the integration_openai app in Nextcloud.
Configure it to connect to a backend service, such as Ollama running in Docker/WSL2.
Simulate a failure in the backend:
Stop the Docker container.
Introduce network issues.
Update the NVIDIA driver, causing CUDA to stop working in WSL2 (as happened in this case).
Attempt to access the Nextcloud Dashboard.
The text was updated successfully, but these errors were encountered: