diff --git a/src/components/compose.jsx b/src/components/compose.jsx index 06b277f2..e032fc62 100644 --- a/src/components/compose.jsx +++ b/src/components/compose.jsx @@ -67,8 +67,11 @@ function Compose({ console.log(config); return config; } catch (e) { - alert('Failed to load instance configuration. Please try again.'); console.error(e); + alert('Failed to load instance configuration. Please try again.'); + // Temporary fix for corrupted data + store.local.del('instances'); + location.reload(); return {}; } }, []);