Lorenzo Kappeler
Lorenzo Kappeler
Did this as a quick workaround with the latest node version or babel confign you can simplify it using `Òbject.fromEntries` instead of pushing every prop. ``` rows.toJson = rows.reduce((acc, row)...
@smartmouse Thanks for your answer I do still run into the same problem with the latest package, created a [sample projet](https://github.com/lkappeler/microgateway-test) to reproduce the error Node: 8.9 OS: ubuntu (did...
We are facing the same issue using a global middleware file on the project. The locale passed to the `getServerSideProps` is the default locale. We are using the locale for...