Michal Půlpán

Results 17 comments of Michal Půlpán

So after some trial and error, I think I'm back on previous version (both `next` and `next-translate-routes`). Even though E2BIG seems to be fine, other errors occured which are mentioned...

Have you managed to resolve this issue? 👀

Okay, seems like I found the problem. Apparently adapter Fetch was sending the requests with `'Transfer-Encoding': 'chunked'` header and `'Content-Length': ''`. So I created Axios interceptor: ```ts axiosInstance.interceptors.request.use((config) => {...

+1 for this, it would be nice to have this option - to either translate all keys or those which are either empty or not present.

> the error complains about the data of workspace hasn't been sync to server before you try to invite anyone else to the workspace. if you may check the `snapshots`...

Hi @mitar06, did you find a solution for this? If so, it’d be great if you could share it here — I'm facing the same issue. Thank you ---- Edit:...

> Sounds like this is just a suggestion to improve performance. Yeah, it's not a bug, I edited my initial post - I just did not set the config correctly.