Unable to get the client's IP
I am using bun and creating a request middleware to log the requests, but I am having a hard time getting the client's IP address.
server.ts file code:
request.middleware.ts:
Error I am getting:
I have tried to get the ip from
c.req.header('X-Forwarded-For');
But that also did not work.2 Replies
this is a known issue with some versions of hono + bun
https://github.com/honojs/hono/issues/3351
https://github.com/honojs/hono/issues/3208
hono version
4.7.4
and bun version I am using is 1.2.5