Darjan Baričević

Results 2 issues of Darjan Baričević

So I was wondering is it possible to force redirect (or force match to one of mapped routes) in router? Since every request is handled by my router (**index.php**), I...

![Screenshot 2022-09-12 at 10 15 02](https://user-images.githubusercontent.com/32953370/189605351-8130bf51-cc5d-4c7e-8d08-b1740474aed5.png) How is this possible? I literally just imported the function like this: `import { Context, createWrapper } from 'next-redux-wrapper'` This is my package.json `...