The build "_default" is not configured? What does it mean? #242
Answered
by
kszymukowicz
kszymukowicz
asked this question in
Q&A
-
The build "_default" is not configured. |
Beta Was this translation helpful? Give feedback.
Answered by
kszymukowicz
Apr 11, 2025
Replies: 1 comment
-
Here are the common reasons for this error:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kszymukowicz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here are the common reasons for this error:
Incorrect Configuration of
entrypointJsonPath
at TypoScript constants.Check if you declared
entrypointJsonPath
at TypoScript constants. Example:Build Process Not Run or Failed
Check if file
entrypoints.json
defined at path fromentrypointJsonPath
does exist. For above example from point 1 you would need to checkpublic/build
folder (orweb/build
folder depending on you configuration).