Juan Settecase

Results 9 comments of Juan Settecase

@danielgatis I've removed the `` of react-router-dom and it started working properly. I don't know if this is the correct approach but it worked for me. Thanks

@amazingzcj Any update of this? I have the same issue. When I dispatch the push the URL change but the component doesn't change.

I have the same problem, any update about this?. Thanks

I just rebased the branch to fix some conflicts and keep this up to date.

Thank you @geoyws! I really need this. Can we merge it? cc @slaypni @t2y

> Everything is functioning properly. I simply duplicated the contents of [examples/redis.js](https://github.com/fastify/session/blob/master/examples/redis.js#L1C1-L34C31) into a new file named /server.js and included the following package.json: > > ``` > { > "name":...

In case someone is experiencing the same issue, I've forked the original `connect-redis` library and made the necessary changes for it to work with `@fastify/session`. Anyone is more than welcome...

I'm having a similar issue with NestJs + Fastify. I figured that it works properly if I register a route in the main file like this: ```javascript app.getHttpAdapter().get("test-route", (req, res)...