Skip to content

The build "_default" is not configured? What does it mean? #242

Answered by kszymukowicz
kszymukowicz asked this question in Q&A
Discussion options

You must be logged in to vote

Here are the common reasons for this error:

  1. Incorrect Configuration of entrypointJsonPath at TypoScript constants.

    Check if you declared entrypointJsonPath at TypoScript constants. Example:

    plugin.tx_typo3encore {
       settings {
         entrypointJsonPath = build/entrypoints.json
         manifestJsonPath = build/manifest.json
       }
    }
    
  2. Build Process Not Run or Failed

    Check if file entrypoints.json defined at path from entrypointJsonPath does exist. For above example from point 1 you would need to check public/build folder (or web/build folder depending on you configuration).

    • Maybe you just cloned project and did not make a build yet?
    • Maybe you made a deploy but you did not upload build folder?

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kszymukowicz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant