Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
---
title = "Can’t Access Supabase Project When Using Lovable Cloud"
topics = [
"ai",
]
keywords = [
"lovable",
"lovable cloud"
]
topics = [ "ai" ]
keywords = [ "lovable", "lovable cloud" ]
database_id = "f7f2d68b-f336-4578-9541-17ca37aaa327"
---

## Problem
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title = "Error: Failed to run sql query: Connection terminated due to connection timeout"
topics = [ "database", "studio" ]
database_id = "7529ca12-114b-485c-9b64-bca3b2dc744b"

[[errors]]
http_status_code = 500
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
---
title = "Identifying Lovable backend: Lovable Cloud or Supabase"
topics = [
"ai",
]
keywords = [
"lovable",
"lovable cloud"
]
topics = [ "ai" ]
keywords = [ "lovable", "lovable cloud" ]
database_id = "37244f4a-cf99-4b1d-b7f2-ee70c3a126ab"
---

## Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title = "Debug Realtime with Logger and Log Levels"
date_created = "2025-11-28T00:00:00+00:00"
topics = [ "realtime" ]
keywords = [ "debug", "logger", "log_level", "troubleshooting", "diagnostics" ]
database_id = "4112ff74-dd74-4003-9f4f-479590afed3c"
---

## What are logger and log_level parameters?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title = "Understanding and Monitoring Realtime Heartbeats"
date_created = "2025-11-28T00:00:00+00:00"
topics = [ "realtime" ]
keywords = [ "heartbeat", "connection", "websocket", "keep-alive", "timeout", "onHeartbeat", "heartbeatCallback", "reconnect" ]
database_id = "e882c2a2-b04c-48d3-9aae-615ec3458477"
---

## What are heartbeat messages?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title = "Fixing the TooManyChannels Error"
date_created = "2025-11-28T00:00:00+00:00"
topics = [ "realtime" ]
keywords = [ "channels", "useEffect", "react", "memory leak", "quota", "TooManyChannels", "ChannelRateLimitReached", "unsubscribe", "cleanup" ]
database_id = "dee93cc3-0ab1-4101-8ad4-31d8682c8844"
---

{/* supa-mdx-lint-disable Rule003Spelling */}
Expand Down
Loading