Possible to enable more debug from turbopack compilation / alias resolution steps?
Unanswered
Pacific anchoveta posted this in #help-forum
Pacific anchovetaOP
Since 15.4.0-canary.127 i have been receiving rust panics from turbopack but I am unable to narrow down where this issue could be originating from and hence unable to produce a reproduction repo. Is there a way to enable more debug output or check logs where in the compilation the issue is occurring?
✓ Starting...
✓ Compiled instrumentation Node.js in 221ms
✓ Compiled instrumentation Edge in 100ms
✓ Compiled middleware in 52ms
✓ Ready in 1425ms
○ Compiling /game ...
thread 'tokio-runtime-worker' panicked at turbopack/crates/turbopack-core/src/resolve/alias_map.rs:206:13:
AliasMap::lookup must not be called on alternatives, received Alternatives([Dynamic, Constant("null")])
✓ Starting...
✓ Compiled instrumentation Node.js in 221ms
✓ Compiled instrumentation Edge in 100ms
✓ Compiled middleware in 52ms
✓ Ready in 1425ms
○ Compiling /game ...
thread 'tokio-runtime-worker' panicked at turbopack/crates/turbopack-core/src/resolve/alias_map.rs:206:13:
AliasMap::lookup must not be called on alternatives, received Alternatives([Dynamic, Constant("null")])