Source code startup failure #562
-
I used the following command: cd server
yarn install
yarn start When my browser visits, it shows: May I ask what causes it? |
Beta Was this translation helpful? Give feedback.
Answered by
shanghaikid
Jul 3, 2024
Replies: 2 comments 3 replies
-
The program only generates the “dist“ folder, not the ”build“ folder. Why? |
Beta Was this translation helpful? Give feedback.
0 replies
-
you are in windows? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The attu server(3000) serves the api requests, and the attu client(vite dev server, 3001) serves the browser static files.
But in the container, we use the same server. you can check this in the
dockerfile
https://github.com/zilliztech/attu/blob/main/Dockerfile
We may change the development as this in the future, but this project was created for years, so it is what it is.