Description
Calling a reducer via the HTTP API on maincloud and locally fails with a "nonexistent reducer" error, even though the exact same reducer executes successfully via the spacetime CLI.
ERROR: payment_received: External attempt to call nonexistent reducer "payment_received" failed. Have you run `spacetime generate` recently?
Description
Calling a reducer via the HTTP API on
maincloudand locally fails with a "nonexistent reducer" error, even though the exact same reducer executes successfully via thespacetimeCLI.