sdk-extensions:
i added this to my manifest yaml but it doesnt work errror==> Running: cargo build --release /bin/sh: line 1: cargo: command not found Error: module text-extractor: Child process exited with code 127
build-commands: - cargo build --release - install -D target/release/text-extractor /app/bin/text-extractor
added this and now it work i forgot to add the build commands in the sandbox
This topic was automatically closed after 2 days. New replies are no longer allowed.