Context is not fully globally accessed? [ probably newbie question ]
I create a context in the based procedure, but It's undefined in the procedure based on it.
Also the NVM I should've defined it upon server creation.
Context defined by a procedure cannot be seen by another procedure?? how do I get around that?
opts.ctx doesn't exist before I create it, although I've used .context() upon initializing trpc, but that's no big deal.Context defined by a procedure cannot be seen by another procedure?? how do I get around that?