skip to Main Content

My website https://gracious-mclean.45-194-27-50.plesk.page/

enter image description here

Here is the error. I couldn’t figure it out.

In vercel everythings fine. (Im using plesk, VDS server)

emirpreview.vercel.app

2

Answers


  1. I had the same issue and solved it with removing assetPrefix: "." from next.config.js.

    Login or Signup to reply.
  2. i don’t know why but i turned the reactStrictMode to false in next.config.js, then the error disappeared.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search