Closed
Description
> spin --version
spin 3.3.0-pre0 (66fee279 2025-04-01)
> spin plugins list --installed
check-for-update 0.1.0 [installed]
cloud 0.11.0 [installed]
platform 0.1.0 [installed]
pluginify 0.7.0 [installed]
test 0.1 [installed]
trigger-command 0.2.2 [installed]
trigger-cron 0.1 [installed]
Getting this error at spin startup and can't start spin up.
Error: failed to parse app lock file JSON
Caused by:
invalid version 1 != 0 at line 2 column 24
Logging component stdio to ".spin/logs/"
Serving http://127.0.0.1:3000
Available Routes:
root: http://127.0.0.1:3000
assets: http://127.0.0.1:3000/static (wildcard)
A trigger exited unexpectedly. Terminating.
only when I add this into my spin.toml
[component.foo]
source = "wasm/foo.wasm"
allowed_outbound_hosts = ["http://random-place.spin.internal"]
Other normal urls are fine, just Spin's Local Service Chaining url emits error and block spin start.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In Progress