Skip to content

Router panics in development mode #10362

@LawnGnome

Description

@LawnGnome

This is due to the Axum 0.8 migration:

INFO crates_io::config::cdn_log_storage: Falling back to local CDN log storage at /home/adam/trees/rust-foundation/crates.io/local_uploads
 WARN crates_io::config::cdn_log_queue: Falling back to mocked CDN log queue
 WARN crates_io::storage: Using local file system for file storage path="/home/adam/trees/rust-foundation/crates.io/local_uploads"
thread 'main' panicked at src/router.rs:106:25:
Path segments must not start with `*`. For wildcard capture, use `{*wildcard}`. If you meant to literally match a segment starting with an asterisk, call `without_v07_checks` on the router.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Metadata

Metadata

Assignees

Labels

A-backend ⚙️C-bug 🐞Category: unintended, undesired behaviorC-internal 🔧Category: Nonessential work that would make the codebase more consistent or clear

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions