Commit 2ae4f2d
committed
docs(fork): worklogs deployed, plus the two traps that cost time
Records what is actually running (fork images, migration 0123 applied)
and two failure modes worth not rediscovering:
Uploads need bucket CORS, and the failure is deceptive β the object
lands in S3 and the API logs nothing but 200s, because the browser
uploads directly via a presigned POST and is then blocked from reading
the response, so Plane's completion callback never fires. The tell is
FileAsset.is_uploaded = False next to bytes that are present in S3.
Google sign-in lives in InstanceConfiguration rows, not the chart, so
it survives redeploys β but /api/instances/ is cached for two hours,
so writing the rows directly looks like it did nothing until the cache
is invalidated.
Claude-Session: https://claude.ai/code/session_01XvVRm84RrH9APR25g8pFXt1 parent de1fb87 commit 2ae4f2d
1 file changed
Lines changed: 25 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
228 | | - | |
229 | | - | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
230 | 231 | | |
231 | 232 | | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
232 | 254 | | |
233 | 255 | | |
234 | 256 | | |
| |||
0 commit comments