https://discord.umbraco.com
Join Discord
BootFailedException: Boot failed: Umbraco cannot run. See Umbraco's log file for more details.
b

Bishal Tim

about 2 years ago
i got this error, even though i my connection string is correctly implemented
b
r
+2
  • 4
  • 5
  • 126
Meta Conversions API
s

SiempreSteve

over 1 year ago
Has anyone ever had to do anything with this? From my quick reading it looks like the Facebook Pixel tracking is (not so) sadly being taken down by browser privacy changes. Client referenced a Wordpress plugin that "just works" - it seems to relay the events that would otherwise be sent to Meta directly via the WP site and allows for custom events to be sent server side. My limited understanding of all this makes me think I could just do something similar - have a bit of JS that hits an API when a pixel event is fired and sends to to the Meta Conversion API via the server (thus avoiding blocks, though obviously respecting user choices on tracking). Anyone ahead of me - or understands this stuff better can advise?
s
a
m
  • 3
  • 7
  • 124
What's the alternative to SendingContentNotification?
r

RasmusL

11 months ago
These [docs](https://docs.umbraco.com/umbraco-cms/reference/notifications/editormodel-notifications) demonstrate a solution to what I want to achieve. Only problem is, that
SendingContentNotification
seems to be deprecated in Umbraco 15. Or am I mistaken? Overall I want to > [...] manipulate the model used by the backoffice before it is loaded into an editor. to get "computed" properties. E.g. if a doc type has the integer property
A
, then a boolean computed value
A > 0
is loaded.
r
s
  • 2
  • 3
  • 123
Very long loading time after not being used for a while
x

xopabyteh

11 months ago
Hello, happy holidays. We are running umbraco in our project to serve as a headless CMS. We are running into an issue, where when the umbraco part of our app is not used for a bit (~few hours), then the next load of any content is extremely slow. Our only idea thus far is to simulate traffic by hitting the umbraco endpoints to keep them warm, but we hate the idea... How is this situation usually solved? Thanks as always, MF.
x
l
s
  • 3
  • 9
  • 123
[SOLVED] GetByRoute
d

DortL7L7L7

12 months ago
Umbraco v15.1.1 The IPublishedContentCache.GetByRoute method has been deprecated, but no alternative is suggested in the code, nor in the docs. Searching the source, this method is still being used in a few places, but the unit tests have all been commented out with a "FIXME" tag. Is there an alternative method we should be using?
d
  • 1
  • 1
  • 123
umbraco 15 custom dropdown property editor
d

Dennis Pedersen

12 months ago
Hi everyone. Currently trying to make a custom dropdown, with some test data, however the defaultData does not come up in the property type. Has anyone tried doing this in v14/v15. And can point towards if im making a mistake or what it is 🙂 I'm new to typescript and extending backoffice, so its definitely plausible that im making errors 😄
import {ManifestPropertyEditorUi} from "@umbraco-cms/backoffice/extension-registry";
import {default as manifestModal} from "./Modal/manifest";

export const manifestPropertyEditorUi: ManifestPropertyEditorUi = {
    type: "propertyEditorUi",
    alias: "xxx.tag.propertyEditor",
    name: "Tag Property Editor",
    element: () => import("./tag-property-editor-element.ts"),
    meta: {
        label: "Tag Property Editor",
        icon: "icon-tag",
        group: "generic",
        propertyEditorSchemaAlias: "Umbraco.Plain.Json",
        settings: {
            properties: [
                {
                    alias: "group",
                    label: "Group",
                    description: "Pick the group",
                    propertyEditorUiAlias: "Umb.PropertyEditorUi.Dropdown",
                    weight: 200,
                },
                {
                    alias: "placeholder",
                    label: "Placeholder text",
                    description: "A nice placeholder description to help out our editor!",
                    propertyEditorUiAlias: "Umb.PropertyEditorUi.TextBox"
                },

            ],
            defaultData: [
                {
                    alias: "group",
                    value: ['First Option', 'Second Option', 'Third Option']
                },
                {
                    alias: "placeholder",
                    value: "Write a suggestion"
                }
            ]
        }
    }
}

export default [manifestPropertyEditorUi, ...manifestModal]
d
l
  • 2
  • 2
  • 123
Mediawithcrops from Media
c

Craig100

about 1 year ago
V13 If we've managed to return an "Image" from an examine query, how do we get the "mediawithcrops" version?
c
l
j
  • 3
  • 9
  • 123
Git ignore wwwroot?
p

Pekdon

over 1 year ago
Should the wwwroot folder be ignored or not?
p
h
+5
  • 7
  • 16
  • 122
Multinode Treepicker Dynamic Root Query customization help
b

Blake Watt (Clerke)

12 months ago
I am trying to setup a node with a MNTP to pick authors that live outside of the root. I am running into issues attempting to make an XPath query get the authorFolder doctype (I am running out of guesses). I only chose the xpath route because it appears that with the fancy dynamic root query I can't actually query nodes outside of my current site. I'd like to use the dynamic root query but I don't think I can with this setup. We are using Umbraco v13 (if that helps). Could anyone help me with the xpath query needed to set the start note to the authorFolder? Please & Ty! 🙂 https://cdn.discordapp.com/attachments/1318679371489349735/1318679371665506404/Screenshot_2024-12-17_at_12.25.20_PM.png?ex=6763335e&is=6761e1de&hm=b492cd40e0fbccc478aab74c27b1a592291bf204d60cc8220701ab291c3e8d47&
b
s
  • 2
  • 2
  • 121
Umbraco 15 and dotnet 9 exception
s

sky

12 months ago
Hi, im getting this error when trying to run my umbraco on ubuntu: Unhandled exception. System.TypeLoadException: Could not load type 'Microsoft.AspNetCore.Builder.IISServerOptions' from assembly 'Microsoft.AspNetCore.Server.IIS, Version=9.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. I installed umbraco 15 and dotnet 9 does anyone know what can be the problem?
s
k
s
  • 3
  • 3
  • 121
Previous222324Next

Umbraco

A hub and casual space for you to interact with fellow community members and learn more about Umbraco!

Powered by