Clicking on button add new website makes application freeze #859
Replies: 4 comments
-
Trying running in dev mode |
Beta Was this translation helpful? Give feedback.
-
Okay, I did that and now I have umami_1 | $ next dev |
Beta Was this translation helpful? Give feedback.
-
Not sure what this error means. How is the pages directory missing from the repo? |
Beta Was this translation helpful? Give feedback.
-
I dont think anything is missing, but maybe some directories are not set up straight?: Of course I use dockerfile (root is set as seen below from directory .next) COPY --from=build /build/yarn.lock /build/package.json /build/next.config.js ./ find / -name "pages" ls -lah public/ ls -lah server/ yarn run dev |
Beta Was this translation helpful? Give feedback.
-
And no debug on information in console.log
It doesnt work with 1.23 and 1.22 and master branch
Beta Was this translation helpful? Give feedback.
All reactions