Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Carl 5 posts 85 karma points
    Nov 06, 2023 @ 16:02
    Carl
    0

    creating-your-first extension tutorial not working as expected

    Im currently working on the tutorial at https://docs.umbraco.com/umbraco-backoffice/tutorials/creating-your-first-extension.

    When I attempt to run this in my project, I get the error "Request error: The URL returned a 404 (not found): /AppPlugins/MyCustomDashboard/dashboard.html". I can get rid of the error by creating /AppPlugins/MyCustomDashboard/dashboard.html but then the my-extension.js part of the tutorial isn't getting used.

    only thing I've done differently to the tutorial is change "$schema": "../../umbraco-package-schema.json", to "$schema": "../../appsettings-schema.json", as I didn't have a umbraco-package-schema.json in my project.

    I'm new to learning about creating extensions and unsure where I'm going wrong. any help appreciated.

  • Huw Reddick 1929 posts 6697 karma points MVP 2x c-trib
    Nov 07, 2023 @ 14:09
    Huw Reddick
    0

    what version of Umbraco are you using?

  • Carl 5 posts 85 karma points
    Nov 07, 2023 @ 14:14
    Carl
    0

    12.0

  • Huw Reddick 1929 posts 6697 karma points MVP 2x c-trib
    Nov 07, 2023 @ 15:01
    Huw Reddick
    101

    I believe that tutorial is for the upcoming new backoffice which is not part of v12, you should look at this one instead https://docs.umbraco.com/umbraco-cms/extending/dashboards

  • Carl 5 posts 85 karma points
    Nov 07, 2023 @ 15:04
    Carl
    0

    thanks, I'll start on that tutorial soon and report back on my progress.

  • Carl 5 posts 85 karma points
    Nov 07, 2023 @ 16:10
    Carl
    0

    that one works as I was expecting it to. Thanks

Please Sign in or register to post replies

Write your reply to:

Draft