Results 8 comments of Andrii Hulenko

I have the same problem using docker. Running next-translate v1.0.1 and nextjs v10.0.1 Thank you for posting a workaround @tperamaki. It works perfectly. I had to also copy i18n.js to...

As far as I understand, _aws-serverless-express_ attaches multipart's Buffer as a string but multipart parser expects it to be of type Buffer. Well, here is the code to make it...

Although the setup above works during development, in deployment it causes images being broken. I upload images to S3. Local upload is OK, when deployed - corrupted. According to this...

> Hey @shelooks16 Could you share how you deployed this handler in serverlesss ? I'm followed the same procedure but it shows "errorMessage": "Cannot read property 'REQUEST' of undefined" while...

Hey, check snippet below. It works like responsive table from bootstrap. ``` // somewhere in css .react-bootstrap-table table { table-layout: auto; } ```

@ahanusek @benrandja-akram Thanks ❤️ Very neat solution, love it Added a few extra lines to avoid coupling vite config with `@shared`: ```js // vite.config.js const externalDepsList = []; const externalDepsObj...

This error also occurred to me in a monorepo. I was using barrel files to combine exports for multiple `.css.ts` files. ``` // theme/index.ts export * from './contract.css'; export *...

I experience something similar while using `pages` directory. When navigating through `` to a dynamic route or page with getServerSideProps, translations are not loaded. Instead, it shows translation keys i.e....