Artem Azovcev
Artem Azovcev
im also getting this issue [2] I use @next-boost/redis-cache. Value in cache for this page: `"%NB%\x00\x00\x00[{\"date\":\"Mon, 04 Apr 2022 15:20:36 GMT\",\"connection\":\"keep-alive\",\"keep-alive\":\"timeout=5\"}\x1f\x8b\b\x00\x00\x00\x00\x00\x00\x03\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00"`  
i think the problem is [middleware](https://nextjs.org/docs/middleware). If i use middleware i get blank white page. Once i delete my _middleware.ts the problem goes away. I don't use redirects or responses...
Any solutions to this problem?