Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Maintenance & Troubleshooting

This guide provides practical solutions for common issues encountered during development and operation.

Common Issues & Solutions

1. Browser Worker Failures

2. Podman Resource Exhaustion & OOM

3. Stale Caches & Fingerprint Mismatch

4. Exec Format Errors

5. Sccache Connectivity Failures

Debugging Tools

Interactive Container Shell

If a test fails only in the container, use ci-shell to debug in real-time:

./dflow ci-shell
# Inside: cargo test --test integration_tests

Trace Profiling

For performance bottlenecks, use tokio-console (requires compilation with special flags) to inspect task scheduling.