Network Issue
I want to run my app and call all APIs offline without needing a WiFi network. I’m using Next.js, tRPC, and Express, but when I’m offline or not connected to WiFi, the APIs don’t work. When I connect to any WiFi network (with or without internet), the APIs work instantly. Is there a way to run Next.js offline and call the Express API, which is also running offline? My main goal is to run everything completely offline.
2 Replies