Open
Description
This is partly because of #330.
But once I start the app locally with RUST_LOG=spin=trace
, I get the following trace:
2025-02-17T21:46:47.247744Z WARN spin_trigger_http::wasi: component error after response: guest invocation failed
Caused by:
0: error while executing at wasm backtrace:
0: 0x297a1 - <unknown>!<wasm function 235>
1: 0x2545b - <unknown>!<wasm function 164>
2: 0x7103e - <unknown>!<wasm function 714>
3: 0x2a673 - <unknown>!<wasm function 259>
1: wasm trap: wasm `unreachable` instruction executed
^[^C2025-02-17T21:47:13.842601Z INFO spin_trigger::cli: User requested shutdown: exiting
Is there anything I can do to figure out the issue?
Thanks!