• 20-02-2022, 20:49:22
    #1
    Merhaba Arkadaşlar,

    Symfony frameworkunu yeni öğrenmeye başladım ve aşağıda yazdığım hatayı almaktayım. İnternetin dibine kadar indim fakat bir türlü çözüm bulamadım, çözüm bulabilecek arkadaşlardan önerileri bekliyorum...



    An exception has been thrown during the rendering of a template (\"Could not find the entrypoints file from Webpack: the file \"C:wamp64wwwsymfony-kurs/public/build/entrypoints.json\" does not exist.\").
  • 23-02-2022, 17:37:57
    #2
    +1
    aynı sorunla uğraşıyorum
  • 24-02-2022, 14:12:29
    #3
    Üyeliği durduruldu
    Aradiginiz sorunun cevabi burada: https://symfony.com/doc/current/fron...e-example.html

    Alıntı
    ...
    The encore_entry_link_tags() and encore_entry_script_tags() functions read from a public/build/entrypoints.json file that's generated by Encore to know the exact filename(s) to render. This file is especially useful because you can enable versioning or point assets to a CDN without making any changes to your template: the paths in entrypoints.json will always be the final, correct paths. And if you use splitEntryChunks() (where Webpack splits the output into even more files), all the necessary script and link tags will render automatically.
    ...