We're using the HTTP API for some cloudflare worker SSR because the spacetime SDK does not run on cloudflare workers. Recently noticed a ton of errors like
ERROR: my_procedure_name: External attempt to call nonexistent reducer "my_procedure_name" failed. Have you run `spacetime generate` recently?
Notice this error is talking about REDUCERS. All our SSR still works fine so I believe that the name lookup miss on the reducer is leading to the error being logged even though the procedure does fire just fine.
We're using the HTTP API for some cloudflare worker SSR because the spacetime SDK does not run on cloudflare workers. Recently noticed a ton of errors like
Notice this error is talking about REDUCERS. All our SSR still works fine so I believe that the name lookup miss on the reducer is leading to the error being logged even though the procedure does fire just fine.