https://discord.umbraco.com
Join Discord
Is there an official guide to deploy
b

biapar

11 months ago
Is there an official guide to deploy Umbraco 14 on Kubernets? I create a Dockerfile and it run ok on Docker. On k8s I've the error Unhandled exception. System.TimeoutException: Cannot acquire MainDom. Thx.
b
s
c
  • 3
  • 12
  • 92
Usync 12.2.1 not syncing (stopped with import)
s

Sander L

over 1 year ago
Hi, I was wondering if anyone encountered the following issue: We use Usync 12.2.1 on a Umbraco 12.3.1 installation which worked great for a long time. Now, suddenly, when we try to import the data in our staging enviroment, it starts running, but stops when it gets to datatypes and/or document types. then I get spinning buttons. Anyone has any idea on how to fix this?
s
k
a
  • 3
  • 14
  • 91
umbraco 15 custom dropdown property editor
d

Dennis Pedersen

9 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
  • 90
Custom Plugin is only working in Debug Mode
d

Dhanesh Kumar MJ

about 2 years ago
I created a custom Umbraco property and it's working in my local ,but it's not in another environment because "Hosting": {"Debug": false } for the other environments, how we can solve this issue?
d
m
  • 2
  • 91
  • 90
Umbraco 12 - ToLower URL Redirect
j

jonroberts

about 2 years ago
Can anyone share a IIS Redirect rewrite rule to Lower the URL in Umbraco 12? Thanks
j
j
+2
  • 4
  • 6
  • 89
Mediawithcrops from Media
c

Craig100

12 months 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
  • 88
Polyfill.io
j

jonroberts

about 1 year ago
Hi - due to the Chinese buying polyfill.io domain I was wondering would this have a security risk to Umbraco CMS - 8 and 13? Looking for Polyfill on our CMS 8 it comes up in the Umbraco services etc. We haven't used it ourselves but it looks like it is in the Umbraco side of things.
j
c
s
  • 3
  • 2
  • 88
Has something changed on Umbraco Cloud recently? Seeing alot of sites fail to dispose their indexes.
t

Tom Chance

about 1 year ago
Hey all, We've got a good 30ish sites on Umbraco cloud ranging from a single V8 site all the way to V13 sites. On our V9+ sites, we are noticing an increased downtime and all of their logs appear to be showing:
System.ObjectDisposedException: this Directory is disposed.
Object name: 'Lucene.Net.Store.MMapDirectory'.
   at Lucene.Net.Store.BaseDirectory.EnsureOpen()
   at Lucene.Net.Store.FSDirectory.CreateOutput(String name, IOContext context)
   at Lucene.Net.Index.SegmentInfos.Write(Directory directory)
   at Lucene.Net.Index.SegmentInfos.PrepareCommit(Directory dir)
   at Lucene.Net.Index.IndexWriter.StartCommit(SegmentInfos toSync)
   at Lucene.Net.Index.IndexWriter.PrepareCommitInternal()
   at Lucene.Net.Index.IndexWriter.CommitInternal()
   at Lucene.Net.Index.IndexWriter.CloseInternal(Boolean waitForMerges, Boolean doFlush)
   at Lucene.Net.Index.IndexWriter.Dispose(Boolean waitForMerges)
   at Examine.Lucene.Providers.LuceneIndex.Dispose(Boolean disposing)
or
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'snapshot'.
   at Umbraco.Cms.Infrastructure.PublishedCache.ContentStore.Snapshot.Get(Int32 id)
   at Umbraco.Cms.Infrastructure.PublishedCache.ContentCache.GetById(Boolean preview, Int32 contentId)
(Truncated because of length)
Has something changed infrastructure wise like hot swapping of the sites or am I isolated in this issue?
t
m
a
  • 3
  • 6
  • 87
Linux GUI Git Client Suggestions
w

Warren Buckley

8 months ago
Playing with a Ubuntu VM just to test some repos/code on a Linux box without Windows WSL. Surprised how many apps I use have a linux version, but one I don't is Git Fork. So if you use a Linux flavoured OS, what GUI based Git client are you using.
w
c
+5
  • 7
  • 12
  • 87
Cloud site thinks it's on an azurewebsites URL
c

Chriztian Steinmeier

about 1 year ago
Does anybody know why Umbraco (Cloud) sometimes thinks the URL is on one of the azurewebsites domains? The only "fix" we've been able to find is to restart the site, which is not great but also really not that bad. But the major issue is that when it happens — because the site is built with uSkinned SiteBuilder — the whole site screams "NO VALID LICENSE" everywhere - which is very unfortunate when the client has in fact paid a good chunk of money for a valid license. Is there a way to make sure this doesn't happen?
c
s
+6
  • 8
  • 22
  • 87
Previous252627Next

Umbraco

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

Powered by