mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
fix: rag, chat deletion, and webhook after config persistence change
This commit is contained in:
@@ -24,9 +24,9 @@
|
||||
let backendConfig = null;
|
||||
try {
|
||||
backendConfig = await getBackendConfig();
|
||||
console.log("Backend config:", backendConfig);
|
||||
console.log('Backend config:', backendConfig);
|
||||
} catch (error) {
|
||||
console.error("Error loading backend config:", error);
|
||||
console.error('Error loading backend config:', error);
|
||||
}
|
||||
// Initialize i18n even if we didn't get a backend config,
|
||||
// so `/error` can show something that's not `undefined`.
|
||||
|
||||
Reference in New Issue
Block a user