Spaces:
Running
Running
update dev notes
Browse files- .dev-notes/2025-12-30.md +17 -0
.dev-notes/2025-12-30.md
CHANGED
|
@@ -192,6 +192,23 @@ function wakeUpN8n() {
|
|
| 192 |
4. **Transaction pooler (6543)** - Better for ephemeral environments
|
| 193 |
5. **Built-in /healthz** - Simpler than custom webhook for wake-up
|
| 194 |
6. **tini as init** - Proper signal handling for container shutdown
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 195 |
|
| 196 |
---
|
| 197 |
|
|
|
|
| 192 |
4. **Transaction pooler (6543)** - Better for ephemeral environments
|
| 193 |
5. **Built-in /healthz** - Simpler than custom webhook for wake-up
|
| 194 |
6. **tini as init** - Proper signal handling for container shutdown
|
| 195 |
+
7. **Space must be PUBLIC** - Private Spaces return 404 when accessing the app URL directly. Change visibility in Settings > Visibility > Public
|
| 196 |
+
|
| 197 |
+
---
|
| 198 |
+
|
| 199 |
+
## Troubleshooting
|
| 200 |
+
|
| 201 |
+
### 404 Not Found when accessing the Space URL
|
| 202 |
+
- **Cause**: Space is set to Private
|
| 203 |
+
- **Solution**: Go to HF Space Settings > Change visibility from Private to Public
|
| 204 |
+
|
| 205 |
+
### "self-signed certificate in certificate chain" error
|
| 206 |
+
- **Cause**: Supabase SSL certificate verification
|
| 207 |
+
- **Solution**: Set `DB_POSTGRESDB_SSL_REJECT_UNAUTHORIZED=false` in HF Spaces secrets
|
| 208 |
+
|
| 209 |
+
### "refused to connect" in HF preview iframe
|
| 210 |
+
- **Cause**: n8n blocks iframe embedding (X-Frame-Options: sameorigin)
|
| 211 |
+
- **Solution**: Click "Open in new tab" or access the URL directly in browser
|
| 212 |
|
| 213 |
---
|
| 214 |
|