maybe i'm still missing some steps to get set up? i followed the quickstart in the root of the project and ended up with this: https://github.com/user-attachments/assets/0fcbb9f6-4a29-4912-bb54-b986cbe4b81f running off `main` with ```bash RUST_LOG=aip=info OAUTH_SUPPORTED_SCOPES=atproto:atproto DPOP_NONCE_SEED=$(openssl rand -hex 32) EXTERNAL_BASE=http://localhost:8080 cargo run --bin aip ```