I dont know if this might be an issue on bun 1.3 or something I did wrong. My setup is:
- nginx on proxy pass to hono backend
- hono serving as backend with also the static files built with a tanstack router app, (vite+bun)
- drizzle with postgres
On 1.2.23 worked fine and everything was, so it should be something that changed. Now the backend is logging the requests but the response is like the screenshot. Am I doing something wrong? If I downgrade to 1.2.23 without changes it works. What can I do to reproduce without sharing my whole code? Seems like on dev is working but on prod is not. So I thought maybe is something with nginx