tarunsachdeva@sd-183383:~$ curl -I http://127.0.0.1:6791
HTTP/1.1 200 OK
X-DNS-Prefetch-Control: on
Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
X-XSS-Protection: 1; mode=block
Referrer-Policy: origin-when-cross-origin
X-Frame-Options: SAMEORIGIN
Content-Security-Policy: frame-ancestors 'self';
Cache-Control: private, no-cache, no-store, max-age=0, must-revalidate
X-Powered-By: Next.js
ETag: "dzz36qhqqt281"
Content-Type: text/html; charset=utf-8
Content-Length: 2881
Vary: Accept-Encoding
Date: Tue, 10 Feb 2026 18:06:01 GMT
Connection: keep-alive
Keep-Alive: timeout=5
tarunsachdeva@sd-183383:~$ curl -I -H "Host: dashboard.traces.com" http://127.0.0.1
HTTP/1.1 301 Moved Permanently
Server: nginx/1.24.0 (Ubuntu)
Date: Tue, 10 Feb 2026 18:06:08 GMT
Content-Type: text/html
Content-Length: 178
Connection: keep-alive
Location: https://dashboard.traces.com/
tarunsachdeva@sd-183383:~$ sudo nginx -T 2>/dev/null | grep -B5 -A10 "dashboard.traces.com"
}
configuration file /etc/nginx/sites-enabled/traces-dashboard:
server {
server_name dashboard.traces.sh dashboard.traces.com;
location / {
proxy_pass http://127.0.0.1:6791;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
listen 443 ssl; # managed by Certbot
ssl_certificate /etc/letsencrypt/live/dashboard.traces.com/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/dashboard.traces.com/privkey.pem; # managed by Certbot
include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot
}
server {
if ($host = dashboard.traces.com) {
return 301 https://$host$request_uri;
} # managed by Certbot
if ($host = dashboard.traces.sh) {
return 301 https://$host$request_uri;
} # managed by Certbot
server_name dashboard.traces.sh dashboard.traces.com;
listen 80;
return 404; # managed by Certbot
}
tarunsachdeva@sd-183383:~$ dokku logs traces --tail 20
2026-02-10T18:02:56.407460372Z app[web.1]: 2026-02-10T18:02:56.407324Z INFO database::search_index_workers::retriable_worker: Starting TextCompactor
2026-02-10T18:02:56.407467362Z app[web.1]: 2026-02-10T18:02:56.407339Z INFO database::search_index_workers::retriable_worker: Starting TextLiveFlusher
2026-02-10T18:02:56.407474372Z app[web.1]: 2026-02-10T18:02:56.407370Z INFO database::search_index_bootstrap: Starting search index bootstrap at 1770746576259488475 with upper bound 1770746576259488475
2026-02-10T18:02:56.407481682Z app[web.1]: 2026-02-10T18:02:56.407371Z INFO application::table_summary_worker: Starting background table summary worker
2026-02-10T18:02:56.407497292Z app[web.1]: 2026-02-10T18:02:56.407416Z INFO application::system_table_cleanup: Starting SystemTableCleanupWorker
2026-02-10T18:02:56.407527802Z app[web.1]: 2026-02-10T18:02:56.407435Z INFO log_streaming: Starting LogManager
2026-02-10T18:02:56.407537312Z app[web.1]: 2026-02-10T18:02:56.407417Z INFO application::schema_worker: Starting SchemaWorker
2026-02-10T18:02:56.407546212Z app[web.1]: 2026-02-10T18:02:56.407459Z INFO log_streaming: Starting listening for logs
2026-02-10T18:02:56.407558112Z app[web.1]: 2026-02-10T18:02:56.407471Z INFO application::scheduled_jobs: Starting scheduled job executor
2026-02-10T18:02:56.407609882Z app[web.1]: 2026-02-10T18:02:56.407527Z INFO model::migrations: Attempting migration
2026-02-10T18:02:56.407640903Z app[web.1]: 2026-02-10T18:02:56.407571Z INFO local_backend::beacon: Starting beacon coroutine...
2026-02-10T18:02:56.407651213Z app[web.1]: 2026-02-10T18:02:56.407567Z INFO application::cron_jobs: Starting cron job executor
2026-02-10T18:02:56.407891464Z app[web.1]: 2026-02-10T18:02:56.407778Z INFO model::migrations: db metadata version up to date at 124
2026-02-10T18:02:56.407910754Z app[web.1]: 2026-02-10T18:02:56.407805Z INFO model::migrations: Migration complete
2026-02-10T18:02:56.408313046Z app[web.1]: 2026-02-10T18:02:56.408143Z ERROR database::search_index_workers::retriable_worker: TextLiveFlusher died, num_failures: 1. Backing off for 470ms (max: 30000ms), expected: true: TextLiveFlusher died: Search indexes bootstrapping and not yet available for use
2026-02-10T18:02:56.408344376Z app[web.1]: 2026-02-10T18:02:56.408145Z ERROR database::search_index_workers::retriable_worker: TextBackfillFlusher died, num_failures: 1. Backing off for 50ms (max: 30000ms), expected: true: TextBackfillFlusher died: Search indexes bootstrapping and not yet available for use
2026-02-10T18:02:56.409352271Z app[web.1]: 2026-02-10T18:02:56.409211Z INFO log_streaming: Found 0 sink(s) in Tombstoned state
2026-02-10T18:02:56.409376871Z app[web.1]: 2026-02-10T18:02:56.409248Z INFO log_streaming: Found 0 sink(s) in Pending state.
2026-02-10T18:02:56.409383601Z app[web.1]: 2026-02-10T18:02:56.409257Z INFO log_streaming: Found 0 inactive sink(s).
2026-02-10T18:02:56.410153654Z app[web.1]: 2026-02-10T18:02:56.410030Z INFO database::database_index_workers: 0 database indexes to backfill @ 1770746576259488475
2026-02-10T18:02:56.410670307Z app[web.1]: 2026-02-10T18:02:56.410564Z INFO application::exports::worker: No exports requested or in progress.
2026-02-10T18:02:56.411621881Z app[web.1]: 2026-02-10T18:02:56.411532Z INFO common::http: backend listening on 0.0.0.0:3210
2026-02-10T18:02:56.411651461Z app[web.1]: 2026-02-10T18:02:56.411602Z INFO local_backend::proxy: Starting dev site proxy at 0.0.0.0:3211...
2026-02-10T18:02:56.411731292Z app[web.1]: 2026-02-10T18:02:56.411654Z INFO common::http: backend_http_proxy listening on 0.0.0.0:3211
2026-02-10T18:02:56.416687555Z app[web.1]: 2026-02-10T18:02:56.416569Z INFO database::search_index_bootstrap: Loaded 0 revisions (0 bytes) in 9.202884ms.
2026-02-10T18:02:56.416728785Z app[web.1]: 2026-02-10T18:02:56.416685Z INFO database::committer: Committed backfilled vector indexes
2026-02-10T18:02:56.416733225Z app[web.1]: 2026-02-10T18:02:56.416704Z INFO database::search_index_bootstrap: SearchIndexBoostrapWorker finished!
2026-02-10T18:02:56.454284882Z app[web.1]: 2026-02-10T18:02:56.454147Z INFO application::table_summary_worker: Writing table summary checkpoint at ts 1770746576259488475
2026-02-10T18:02:56.517001797Z app[web.1]: 2026-02-10T18:02:56.516887Z INFO application::table_summary_worker: Finishing table summary bootstrap
2026-02-10T18:02:56.540610599Z app[web.1]: 2026-02-10T18:02:56.540458Z INFO database::committer: Bootstrapped table summaries at ts 1770746576259488475
2026-02-10T18:02:56.540642149Z app[web.1]: 2026-02-10T18:02:56.540520Z INFO application::table_summary_worker: Table summary bootstrap finished
2026-02-10T18:02:56.688298294Z app[web.1]: 2026-02-10T18:02:56.688066Z INFO local_backend::beacon: Beacon request with json {"database_uuid":"h024z6y9qahrtcn88052dey3fd7zbc5s","migration_version":124,"compiled_revision":"2fcb268cab418130aafa2e378d2f9532d1d21cd8","commit_timestamp":"2026-01-17T00:53:47Z","uptime":0,"beacon_tag":"self-hosted-docker","beacon_fields":null} sent successfully to https://api.convex.dev/api/self_host_beacon. This anonymized data is used to help Convex understand and improve the product. You can disable this telemetry by setting the --disable-beacon flag or the DISABLE_BEACON environment variable.
2026-02-10T18:03:00.144418498Z app[web.1]: 2026-02-10T18:03:00.144215Z INFO convex-cloud-http: [] 172.17.0.1:51488 "GET /api/1.31.4/sync HTTP/1.1" 101 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" - - 0.217ms
2026-02-10T18:03:00.253473632Z app[web.1]: 2026-02-10T18:03:00.253117Z WARN common::errors: Caught developer_error error (RUST_BACKTRACE=1 RUST_LOG=info,common::errors=debug for full trace): The provided admin key was invalid for this instance
2026-02-10T18:03:02.499712018Z app[web.1]: 2026-02-10T18:03:02.499561Z INFO convex-cloud-http: [] 172.17.0.1:51494 "GET /api/1.31.4/sync HTTP/1.1" 101 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" - - 0.116ms
2026-02-10T18:03:02.666882064Z app[web.1]: 2026-02-10T18:03:02.666775Z INFO convex-cloud-http: [] 172.17.0.1:51504 "GET /api/1.31.5/sync HTTP/1.1" 101 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" - - 0.100ms
2026-02-10T18:03:02.715166411Z app[web.1]: 2026-02-10T18:03:02.715075Z INFO sync::worker: Event with type ClientReceivedTransition: {"transitionTransitTime":107.634765625,"messageLength":221}
2026-02-10T18:03:02.996871457Z app[web.1]: 2026-02-10T18:03:02.996775Z INFO convex-cloud-http: [] 172.17.0.1:51506 "GET /api/1.31.4/sync HTTP/1.1" 101 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" - - 0.072ms
2026-02-10T18:03:03.104543004Z app[web.1]: 2026-02-10T18:03:03.104448Z WARN common::errors: Caught developer_error error (RUST_BACKTRACE=1 RUST_LOG=info,common::errors=debug for full trace): The provided admin key was invalid for this instance
2026-02-10T18:03:05.493021991Z app[web.1]: 2026-02-10T18:03:05.492881Z INFO convex-cloud-http: [] 172.17.0.1:38524 "GET /api/1.31.4/sync HTTP/1.1" 101 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" - - 0.207ms
2026-02-10T18:03:05.600617597Z app[web.1]: 2026-02-10T18:03:05.600519Z WARN common::errors: Caught developer_error error (RUST_BACKTRACE=1 RUST_LOG=info,common::errors=debug for full trace): The provided admin key was invalid for this instance
2026-02-10T18:03:05.655972257Z app[web.1]: 2026-02-10T18:03:05.655888Z INFO convex-cloud-http: [] 172.17.0.1:38532 "GET /api/1.31.4/sync HTTP/1.1" 101 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" - - 0.074ms
2026-02-10T18:03:05.869705204Z app[web.1]: 2026-02-10T18:03:05.869619Z INFO sync::worker: Event with type ClientReceivedTransition: {"transitionTransitTime":104.158447265625,"messageLength":224}
2026-02-10T18:03:07.493590289Z app[web.1]: 2026-02-10T18:03:07.493408Z INFO convex-cloud-http: [] 172.17.0.1:38540 "GET /api/1.31.4/sync HTTP/1.1" 101 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" - - 0.129ms
2026-02-10T18:03:07.703109396Z app[web.1]: 2026-02-10T18:03:07.702950Z INFO sync::worker: Event with type ClientReceivedTransition: {"transitionTransitTime":102.38623046875,"messageLength":1011}
2026-02-10T18:03:16.650902015Z app[web.1]: 2026-02-10T18:03:16.650690Z INFO convex-cloud-http: [] 172.17.0.1:37420 "GET /api/1.31.4/sync HTTP/1.1" 101 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" - - 0.127ms
2026-02-10T18:03:16.757126437Z app[web.1]: 2026-02-10T18:03:16.756972Z WARN common::errors: Caught developer_error error (RUST_BACKTRACE=1 RUST_LOG=info,common::errors=debug for full trace): The provided admin key was invalid for this instance
2026-02-10T18:03:18.653436464Z app[web.1]: 2026-02-10T18:03:18.653241Z INFO convex-cloud-http: [] 172.17.0.1:37458 "GET /api/1.31.4/sync HTTP/1.1" 101 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" - - 0.103ms
2026-02-10T18:03:18.865686032Z app[web.1]: 2026-02-10T18:03:18.865572Z INFO sync::worker: Event with type ClientReceivedTransition: {"transitionTransitTime":106.180419921875,"messageLength":1173}
2026-02-10T18:03:23.073735235Z app[web.1]: 2026-02-10T18:03:23.073572Z INFO isolate::client: Created funrun isolate worker 0
2026-02-10T18:03:23.087831291Z app[web.1]: 2026-02-10T18:03:23.087717Z ERROR common::errors: Caught error error (RUST_BACKTRACE=1 RUST_LOG=info,common::errors=debug for full trace): Orig Error: Src Pkg storage key not found?? ObjectKey("81787d83-01bc-4b05-9fb7-a0240854e247").
2026-02-10T18:03:23.087988162Z app[web.1]: 2026-02-10T18:03:23.087919Z ERROR common::errors: Caught error error (RUST_BACKTRACE=1 RUST_LOG=info,common::errors=debug for full trace): Orig Error: Orig Error: Src Pkg storage key not found?? ObjectKey("81787d83-01bc-4b05-9fb7-a0240854e247")..
2026-02-10T18:03:23.088036642Z app[web.1]: 2026-02-10T18:03:23.087974Z INFO convex-cloud-http: [] 127.0.0.1:57338 "GET /http/ HTTP/1.0" 500 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" application/json - 29.434ms
2026-02-10T18:03:23.088223143Z app[web.1]: 2026-02-10T18:03:23.088150Z INFO common::http: stats_middleware: matched_path is None, uri: /
2026-02-10T18:03:23.223434200Z app[web.1]: 2026-02-10T18:03:23.223312Z ERROR common::errors: Caught error error (RUST_BACKTRACE=1 RUST_LOG=info,common::errors=debug for full trace): Orig Error: Src Pkg storage key not found?? ObjectKey("81787d83-01bc-4b05-9fb7-a0240854e247").
2026-02-10T18:03:23.223557061Z app[web.1]: 2026-02-10T18:03:23.223474Z ERROR common::errors: Caught error error (RUST_BACKTRACE=1 RUST_LOG=info,common::errors=debug for full trace): Orig Error: Orig Error: Src Pkg storage key not found?? ObjectKey("81787d83-01bc-4b05-9fb7-a0240854e247")..
2026-02-10T18:03:23.223581751Z app[web.1]: 2026-02-10T18:03:23.223511Z INFO convex-cloud-http: [] 127.0.0.1:57352 "GET /http/favicon.ico HTTP/1.0" 500 "https://actions.traces.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" application/json - 1.888ms
2026-02-10T18:03:23.223764102Z app[web.1]: 2026-02-10T18:03:23.223663Z INFO common::http: stats_middleware: matched_path is None, uri: /favicon.ico
2026-02-10T18:03:23.223809092Z app[web.1]: 2026-02-10T18:03:23.223700Z INFO convex-cloud-http: [] 172.17.0.1:51634 "GET /favicon.ico HTTP/1.0" 500 "https://actions.traces.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" application/json 95 2.523ms
2026-02-10T18:03:28.016107585Z app[web.1]: 2026-02-10T18:03:28.015954Z ERROR common::errors: Caught error error (RUST_BACKTRACE=1 RUST_LOG=info,common::errors=debug for full trace): Orig Error: Src Pkg storage key not found?? ObjectKey("81787d83-01bc-4b05-9fb7-a0240854e247").
2026-02-10T18:03:28.016277056Z app[web.1]: 2026-02-10T18:03:28.016153Z ERROR common::errors: Caught error error (RUST_BACKTRACE=1 RUST_LOG=info,common::errors=debug for full trace): Orig Error: Orig Error: Src Pkg storage key not found?? ObjectKey("81787d83-01bc-4b05-9fb7-a0240854e247")..
2026-02-10T18:03:28.016310156Z app[web.1]: 2026-02-10T18:03:28.016204Z INFO convex-cloud-http: [] 127.0.0.1:37360 "GET /http/ HTTP/1.0" 500 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" application/json - 3.175ms
2026-02-10T18:03:28.016458857Z app[web.1]: 2026-02-10T18:03:28.016390Z INFO common::http: stats_middleware: matched_path is None, uri: /
2026-02-10T18:03:28.148796921Z app[web.1]: 2026-02-10T18:03:28.148684Z ERROR common::errors: Caught error error (RUST_BACKTRACE=1 RUST_LOG=info,common::errors=debug for full trace): Orig Error: Src Pkg storage key not found?? ObjectKey("81787d83-01bc-4b05-9fb7-a0240854e247").
2026-02-10T18:03:28.149000512Z app[web.1]: 2026-02-10T18:03:28.148918Z ERROR common::errors: Caught error error (RUST_BACKTRACE=1 RUST_LOG=info,common::errors=debug for full trace): Orig Error: Orig Error: Src Pkg storage key not found?? ObjectKey("81787d83-01bc-4b05-9fb7-a0240854e247")..
2026-02-10T18:03:28.149022353Z app[web.1]: 2026-02-10T18:03:28.148966Z INFO convex-cloud-http: [] 127.0.0.1:37376 "GET /http/favicon.ico HTTP/1.0" 500 "https://actions.traces.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" application/json - 2.322ms
2026-02-10T18:03:28.149195043Z app[web.1]: 2026-02-10T18:03:28.149115Z INFO common::http: stats_middleware: matched_path is None, uri: /favicon.ico
2026-02-10T18:03:28.149204113Z app[web.1]: 2026-02-10T18:03:28.149137Z INFO convex-cloud-http: [] 172.17.0.1:35520 "GET /favicon.ico HTTP/1.0" 500 "https://actions.traces.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" application/json 95 2.916ms
2026-02-10T18:03:28.760716871Z app[web.1]: 2026-02-10T18:03:28.760608Z ERROR common::errors: Caught error error (RUST_BACKTRACE=1 RUST_LOG=info,common::errors=debug for full trace): Orig Error: Src Pkg storage key not found?? ObjectKey("81787d83-01bc-4b05-9fb7-a0240854e247").
2026-02-10T18:03:28.760847212Z app[web.1]: 2026-02-10T18:03:28.760767Z ERROR common::errors: Caught error error (RUST_BACKTRACE=1 RUST_LOG=info,common::errors=debug for full trace): Orig Error: Orig Error: Src Pkg storage key not found?? ObjectKey("81787d83-01bc-4b05-9fb7-a0240854e247")..
2026-02-10T18:03:28.760869482Z app[web.1]: 2026-02-10T18:03:28.760809Z INFO convex-cloud-http: [] 127.0.0.1:37380 "GET /http/ HTTP/1.0" 500 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" application/json - 2.468ms
2026-02-10T18:03:28.761066643Z app[web.1]: 2026-02-10T18:03:28.760990Z INFO common::http: stats_middleware: matched_path is None, uri: /
2026-02-10T18:03:28.892785643Z app[web.1]: 2026-02-10T18:03:28.892681Z ERROR common::errors: Caught error error (RUST_BACKTRACE=1 RUST_LOG=info,common::errors=debug for full trace): Orig Error: Src Pkg storage key not found?? ObjectKey("81787d83-01bc-4b05-9fb7-a0240854e247").
2026-02-10T18:03:28.892947944Z app[web.1]: 2026-02-10T18:03:28.892883Z ERROR common::errors: Caught error error (RUST_BACKTRACE=1 RUST_LOG=info,common::errors=debug for full trace): Orig Error: Orig Error: Src Pkg storage key not found?? ObjectKey("81787d83-01bc-4b05-9fb7-a0240854e247")..
2026-02-10T18:03:28.892965974Z app[web.1]: 2026-02-10T18:03:28.892922Z INFO convex-cloud-http: [] 127.0.0.1:37382 "GET /http/favicon.ico HTTP/1.0" 500 "https://actions.traces.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" application/json - 2.333ms
2026-02-10T18:03:28.893161125Z app[web.1]: 2026-02-10T18:03:28.893087Z INFO common::http: stats_middleware: matched_path is None, uri: /favicon.ico
2026-02-10T18:03:28.893168835Z app[web.1]: 2026-02-10T18:03:28.893123Z INFO convex-cloud-http: [] 172.17.0.1:35538 "GET /favicon.ico HTTP/1.0" 500 "https://actions.traces.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" application/json 95 2.932ms
2026-02-10T18:03:30.557435043Z app[web.1]: 2026-02-10T18:03:30.557290Z ERROR common::errors: Caught error error (RUST_BACKTRACE=1 RUST_LOG=info,common::errors=debug for full trace): Orig Error: Src Pkg storage key not found?? ObjectKey("81787d83-01bc-4b05-9fb7-a0240854e247").
2026-02-10T18:03:30.557551234Z app[web.1]: 2026-02-10T18:03:30.557465Z ERROR common::errors: Caught error error (RUST_BACKTRACE=1 RUST_LOG=info,common::errors=debug for full trace): Orig Error: Orig Error: Src Pkg storage key not found?? ObjectKey("81787d83-01bc-4b05-9fb7-a0240854e247")..
2026-02-10T18:03:30.557572234Z app[web.1]: 2026-02-10T18:03:30.557513Z INFO convex-cloud-http: [] 127.0.0.1:37386 "GET /http/ HTTP/1.0" 500 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" application/json - 2.533ms
2026-02-10T18:03:30.557736974Z app[web.1]: 2026-02-10T18:03:30.557664Z INFO common::http: stats_middleware: matched_path is None, uri: /
2026-02-10T18:03:30.686689059Z app[web.1]: 2026-02-10T18:03:30.686581Z ERROR common::errors: Caught error error (RUST_BACKTRACE=1 RUST_LOG=info,common::errors=debug for full trace): Orig Error: Src Pkg storage key not found?? ObjectKey("81787d83-01bc-4b05-9fb7-a0240854e247").
2026-02-10T18:03:30.686822719Z app[web.1]: 2026-02-10T18:03:30.686754Z ERROR common::errors: Caught error error (RUST_BACKTRACE=1 RUST_LOG=info,common::errors=debug for full trace): Orig Error: Orig Error: Src Pkg storage key not found?? ObjectKey("81787d83-01bc-4b05-9fb7-a0240854e247")..
2026-02-10T18:03:30.686865040Z app[web.1]: 2026-02-10T18:03:30.686810Z INFO convex-cloud-http: [] 127.0.0.1:37402 "GET /http/favicon.ico HTTP/1.0" 500 "https://actions.traces.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" application/json - 2.270ms
2026-02-10T18:03:30.687043050Z app[web.1]: 2026-02-10T18:03:30.686971Z INFO common::http: stats_middleware: matched_path is None, uri: /favicon.ico
2026-02-10T18:03:30.687054110Z app[web.1]: 2026-02-10T18:03:30.687007Z INFO convex-cloud-http: [] 172.17.0.1:35556 "GET /favicon.ico HTTP/1.0" 500 "https://actions.traces.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" application/json 95 2.878ms
2026-02-10T18:03:38.020317729Z app[web.1]: 2026-02-10T18:03:38.020130Z ERROR common::errors: Caught error error (RUST_BACKTRACE=1 RUST_LOG=info,common::errors=debug for full trace): Orig Error: Src Pkg storage key not found?? ObjectKey("81787d83-01bc-4b05-9fb7-a0240854e247").
2026-02-10T18:03:38.020444639Z app[web.1]: 2026-02-10T18:03:38.020362Z ERROR common::errors: Caught error error (RUST_BACKTRACE=1 RUST_LOG=info,common::errors=debug for full trace): Orig Error: Orig Error: Src Pkg storage key not found?? ObjectKey("81787d83-01bc-4b05-9fb7-a0240854e247")..
2026-02-10T18:03:38.020488560Z app[web.1]: 2026-02-10T18:03:38.020431Z INFO convex-cloud-http: [] 127.0.0.1:60046 "GET /http/favicon.ico HTTP/1.0" 500 "https://actions.traces.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" application/json - 3.461ms
2026-02-10T18:03:38.020691431Z app[web.1]: 2026-02-10T18:03:38.020609Z INFO common::http: stats_middleware: matched_path is None, uri: /favicon.ico
2026-02-10T18:03:38.020711911Z app[web.1]: 2026-02-10T18:03:38.020644Z INFO convex-cloud-http: [] 172.17.0.1:37444 "GET /favicon.ico HTTP/1.0" 500 "https://actions.traces.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" application/json 95 4.130ms
2026-02-10T18:03:55.936841807Z app[web.1]: 2026-02-10T18:03:55.936645Z ERROR common::errors: Caught error error (RUST_BACKTRACE=1 RUST_LOG=info,common::errors=debug for full trace): Orig Error: Src Pkg storage key not found?? ObjectKey("81787d83-01bc-4b05-9fb7-a0240854e247").
2026-02-10T18:03:55.936942527Z app[web.1]: 2026-02-10T18:03:55.936822Z ERROR common::errors: Caught error error (RUST_BACKTRACE=1 RUST_LOG=info,common::errors=debug for full trace): Orig Error: Orig Error: Src Pkg storage key not found?? ObjectKey("81787d83-01bc-4b05-9fb7-a0240854e247")..
2026-02-10T18:03:55.936995137Z app[web.1]: 2026-02-10T18:03:55.936868Z INFO convex-cloud-http: [] 127.0.0.1:39768 "GET /http/ HTTP/1.0" 500 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" application/json - 3.128ms
2026-02-10T18:03:55.937112018Z app[web.1]: 2026-02-10T18:03:55.937034Z INFO common::http: stats_middleware: matched_path is None, uri: /
2026-02-10T18:03:56.066914061Z app[web.1]: 2026-02-10T18:03:56.066809Z ERROR common::errors: Caught error error (RUST_BACKTRACE=1 RUST_LOG=info,common::errors=debug for full trace): Orig Error: Src Pkg storage key not found?? ObjectKey("81787d83-01bc-4b05-9fb7-a0240854e247").
2026-02-10T18:03:56.067113342Z app[web.1]: 2026-02-10T18:03:56.067023Z ERROR common::errors: Caught error error (RUST_BACKTRACE=1 RUST_LOG=info,common::errors=debug for full trace): Orig Error: Orig Error: Src Pkg storage key not found?? ObjectKey("81787d83-01bc-4b05-9fb7-a0240854e247")..
2026-02-10T18:03:56.067140592Z app[web.1]: 2026-02-10T18:03:56.067068Z INFO convex-cloud-http: [] 127.0.0.1:39782 "GET /http/favicon.ico HTTP/1.0" 500 "https://actions.traces.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" application/json - 2.346ms
2026-02-10T18:03:56.067303783Z app[web.1]: 2026-02-10T18:03:56.067215Z INFO common::http: stats_middleware: matched_path is None, uri: /favicon.ico
2026-02-10T18:03:56.067324823Z app[web.1]: 2026-02-10T18:03:56.067257Z INFO convex-cloud-http: [] 172.17.0.1:38178 "GET /favicon.ico HTTP/1.0" 500 "https://actions.traces.com/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36" application/json 95 2.909ms
^C ! context canceled