Following instructions in https://in3.readthedocs.io/en/develop/embedded.html:
Trying to access the previously deployed AirBnB smart contract in Goerli with a command like
curl -X GET http://slock.local/api/access
gives a response:
I (42657) esp-rest: Could not get the response: Error: Could not get the trace :{"code":-32000,"message":"This request is not supported because your node is running with state pruning. Run with --pruning=archive."}
This occurred for me already on August 26th, with an ESP32 software image that worked before. Increasing request_count or max_attempts doesn't have any effect.