Offline Patch
This commit is contained in:
@@ -48,9 +48,9 @@ namespace GhostSystem
|
||||
}
|
||||
|
||||
Debug.Log("🌐 Starting Supabase setup...");
|
||||
await RunDiagnostics();
|
||||
//await RunDiagnostics();
|
||||
|
||||
await InitSupabaseAsync();
|
||||
//await InitSupabaseAsync();
|
||||
OnSuperbaseReady?.Invoke();
|
||||
}
|
||||
|
||||
@@ -141,6 +141,7 @@ namespace GhostSystem
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
//textbox.text += $"\n\rSupabase health check failed: {www.error}";
|
||||
Debug.LogError($"❌ Supabase health check failed: {www.error}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user