PastelStoic
PastelStoic
From what I understand of the HttpClient, both this and #387 can be closed.
Here's a minimal reproduction of the problem code: ```rs use spacetimedb::{table, Identity, ReducerContext, Table}; pub(crate) static SPACETIME_AUTH_ISS: &str = "https://auth.spacetimedb.com/oidc"; #[table(name = usertable, public)] pub struct User { #[auto_inc] #[primary_key]...
> Thank you for the module! You're right, `spacetime generate` _does_ rely on what's generated by `spacetime init`. I didn't read your message closely enough, sorry about the bad info....
> Update here, we discussed this and we should just not be calling the init reducer during generate at all. I didn't want to make a bug report, but having...