Authentication broke after bump to v10 from v9
Anyone that has any suggestions on what might have caused this?
I get the following error when trying to sign in or sign up.:
Do I need to replace this with something new?
9 Replies
Have you enabled interop mode?
Follow the migration guide https://trpc.io/docs/v10/migrate-from-v9-to-v10
Migrate from v9 to v10 | tRPC
tRPC v10 is ready for production and can safely be used today.
Oh I missed that one, thanks a lot!
Ran through so many things and that was the only thing I had to do, can't thank you enough! 😄
Sorry to bother you again but should this also be updated?
don't update that until you've updated the whole BE
and you think I should update all the routers before I continue with something else?
Read the docs
Define Procedures | tRPC
- A procedure can be viewed as the equivalent of a REST-endpoint or a function.
Yeah sorry I missed the end of the doc I was reading, been sitting too long by the computer I guess 😅
Is this something that isn't needed anymore in v10 or where can I read about this?(the merge part below)