HT-Moh

Results 16 comments of HT-Moh

I have `middleware.tsx` file, when I remove it the upload works. What it's wrong with the middleware implementation? ```javascript // middleware.ts import type { NextRequest } from 'next/server' import {...

maybe related to https://github.com/vercel/next.js/issues/39262

run the following command `network create -d overlay traefik-public`

I had similar issue and I found out that the SEO tags always the default values instead of the blog post (the blog was fetched on the client). This does...

the error is due to the body size for the request which exceed the limit when they are many note. when I delete some notes it start syncing.

Hi I am having the same issue more less ``` Argument of type '({ store }: Store) => Promise' is not assignable to parameter of type 'GetStaticPropsCallback'. Type 'Promise' is...

I fix it forget about it. :-) I change the line `export const getStaticProps = wrapper.getStaticProps(async ({ store}) => {` to `export const getStaticProps = wrapper.getStaticProps(store => async context =>...

I switched back to 18..0.0 and the error disappear, I had to delete the yarn.lock "react": "^18.0.0", "react-dom": "^18.0.0",

Confirm the same issue when running `yarn run build` tested with "recharts ": "^2.1.13 -> issue exists "recharts ": "^2.1.12 -> issue exists "recharts ": "2.1.12 -> works ![image](https://user-images.githubusercontent.com/34759569/181934736-3d0d7efe-a206-43e2-88ad-bcf1626500b2.png)

@jungeun-cho thank you, but this is not the problem, I remove it but it still same issue with this svg, but the way the xlink:href is deprecated.