#Error(Context, InternalError) vs Error(Auth, InvalidAction)
13 messages · Page 1 of 1 (latest)
will do
but FWIW we currently incorrectly map all the errors during authentication flow to auth errors, which isn't correct. but that's addressed only in https://github.com/stellar/rs-soroban-env/pull/1185 (not merged)
Ok. I'm not sure I'm the right person to do this upgrade. I've been slowly churning through subtle changes in env that I don't have context on.
I said ignore this because for a second I thought this was related to something else. But nope. Seems like auth tests in SDK are inconsistently failing. Will keep digging.
ugh, internal errors are concerning
The internal error in one case I stepped through said there was no LedgerInfo in the host 😕 .
But then I ran the individual tests in isolation and they passed.