Frontend? #5629
Frontend?
#5629
-
|
I built from source and after a successful message that directs me to localhost:8081, all I get is an empty web browser with the message "No embeddable frontend found." Is this a bug or have I missed a build step? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
nono
Feb 27, 2026
Replies: 2 comments 1 reply
-
|
I'm also having this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I think that documentation is missing a step: the frontend needs to be built with |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
boojack
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think that documentation is missing a step: the frontend needs to be built with
cd web && pnpm install && pnpm release && cd ..before launching the go command.