T3 Stacks requires internet?
Does tRCP requires internet connection for been used? I was in the field without internet conection and the requests to the backend tRCP were not been executed
4 Replies
Yes, trpc creates the api routes under the hood
It doesn't run on the frontend
@Pod but I mean, when developing in localhost it needs internet connection?
It shouldn't, unless you're requesting a db/api that isn't on your machine
@Pod not really, i just created a sqlite3 db (i wasn't using the auth plugin)