https://discord.umbraco.com
Join Discord
Azure CDN not rendering ImageSharp resizing
c

crl

about 2 years ago
Hi pals, I have my /media and /cache items in my blob storage and they are rendering via the CDN domain all good, the image URLs are automatically rendering in the front end razor. However, the front end devs have noticed their resizing requests of the URLs are no longer working now I have switched on the CDN, for example ?width= Have I just missed something from the configuration to make it still allow these? Thanks in advance 🙂
c
r
  • 2
  • 5
  • 32
Does anyone have a sample for registring dbcontext services.AddUmbracoEFCoreContext<> when nit havi...
s

Sander (Site4All Netherlands)

about 2 years ago
Does anyone have a sample for registring dbcontext services.AddUmbracoEFCoreContext<> when nit having access to startup cs? So use composer? Anyone good sample?
s
s
+2
  • 4
  • 16
  • 32
Azure/Entra SSO works with some tenants, but not others?
c

Chad

11 months ago
We've hit a brick wall in attempting to roll out SSO for some customers Umbraco installs. When testing against our tenant, everything works fine. When testing with the customers tenant, we hit a
InvalidOperationException: Unable to convert user ID (<name-identifier-from-Entra>)to int using InvariantCulture
. We've checked that the applications are 100% identical. Cannot determine what causes it to fail in this instance.
c
b
s
  • 3
  • 2
  • 31
Umbraco 15 - Content Tree - Looking for an example
m

Matt Bliss

10 months ago
I'm looking for an example of how to disable (or remove) an item from the right click menu on the content tree under certain conditions. Does anyone have an example of this, some code that does something similar, a package that does this somewhere, or failing that could someone point me to the internal API I need to hook into/extend/override?
m
s
+2
  • 4
  • 14
  • 31
Error 500 umbraco site on Server IIS
r

Redbull | | Software Developer

11 months ago
Hi guyss i am deploying my first umbraco website on a windows server but its saying successfully starterd but when i open the site is giving me error 500 https://cdn.discordapp.com/attachments/1319958221691027527/1319958222257393684/Schermafbeelding_2024-12-21_om_10.22.07.png?ex=6767da63&is=676688e3&hm=1be83961c116e09e26d0b5d94961f7e6f587da9d28437cfd8824bfce931d3e0d& https://cdn.discordapp.com/attachments/1319958221691027527/1319958222857048064/Schermafbeelding_2024-12-21_om_10.22.23.png?ex=6767da63&is=676688e3&hm=80798912b523bad55a67ce6e16e9997bc8edf228d0f462a116f7d9850a93d6f4& https://cdn.discordapp.com/attachments/1319958221691027527/1319958223549239368/Schermafbeelding_2024-12-21_om_10.22.37.png?ex=6767da64&is=676688e4&hm=c8821889f9ad195f0acc58a736558e8c35b130300085d018f2f9f094a38d65ca&
r
p
m
  • 3
  • 5
  • 31
Leading wildcard in Examine
j

Josef Henryson

11 months ago
Hi. I have this code: var searchTerms = searchTerm?.Split(' ')?.Select(s => $"*{s}*").ToArray() ?? []; var resultsAsSearchItems = searcher.CreateQuery(IndexTypes.Content) .GroupedOr(["__NodeTypeAlias"], [MyPage.ModelTypeAlias]) .And() .GroupedOr(propertyNames, searchTerms) .Execute(); I would like to use leading wildcards as in searchTerms above. I tried to find a way to use AllowLeadingWildcard in LuceneSearchOptions but it seems like I can't add it to the CreateQuery. Is there a way to solve this with my approach above, or do I have to write a native Lucene query or something?
j
j
a
  • 3
  • 4
  • 31
Microsoft.CodeDom.Providers.DotNetCompilerPlatform error while upgrading from 7.15.7 to 7.15.11
s

sandervandepas_33359

almost 2 years ago
Hi, We're try to upgrade our solution from Umbraco 7.15.7 to 7.15.11 but getting the following error during the upgrade: **Attempting to gather dependency information for package 'UmbracoCms.7.15.11' with respect to project 'Umbraco.Site', targeting '.NETFramework,Version=v4.8' Gathering dependency information took 2.1 sec Attempting to resolve dependencies for package 'UmbracoCms.7.15.11' with DependencyBehavior 'Lowest' Unable to find a version of 'Microsoft.CodeDom.Providers.DotNetCompilerPlatform' that is compatible with 'UmbracoCms 7.15.11 constraint: Microsoft.CodeDom.Providers.DotNetCompilerPlatform (>= 2.0.1 && < 3.0.0)'.** Microsoft.CodeDom.Providers.DotNetCompilerPlatform is already installed and on version 2.0.1. Tried to remove the package, but got an error that it can't be uninstalled because it depends on Umbraco 7.15.7 package. Also tried to delete my local C:\Users\[Your User]\.nuget\packages directory\ but with the same result. Hopefully someone can point us in the right direction? Thanks in advance! Grtz Sander
s
s
r
  • 3
  • 4
  • 31
Local IIS 403 forbidden
m

Mike Masey

about 1 year ago
I've followed the docs here - https://docs.umbraco.com/umbraco-cms/13.latest-lts/fundamentals/setup/install/iis I've made sure I have the required modules, have set up the site in IIS and configured my host file and have also checked all the permissions but I keep getting this WSOD Doing some digging, it looks like IIS can't find a default document e.g.
deafult.htm
, but i'm not sure if this is actually needed or if my local set up has gone wrong somewhere https://cdn.discordapp.com/attachments/1293572579042398228/1293572579621081100/image.png?ex=6707dcd8&is=67068b58&hm=469f51befca7d7af5b1d2c9573d34e1704e5c35f97d3ccdff9c31e446b02df83&
m
  • 1
  • 1
  • 31
Creating a new property editor (v13) - Question regarding Root
t

Tom Chance

about 1 year ago
Hey All, Just a quick query regarding the docs of: https://docs.umbraco.com/umbraco-cms/v/13.latest-lts/tutorials/creating-a-property-editor#setting-up-a-property-editor-with-csharp First time setting up a property editor so apologies if its a nooby question! The docs state to create the initial definition at the root of the project. Is that in terms of the Namespace? Or literal file location? For example, I'm wanting to store my backoffice editors in a folder structure of
/MyProject/Backoffice/[EditorName]/
Purely for aesthetic reasons Cheers!
t
b
  • 2
  • 3
  • 31
Cannot Install Umbraco in any environment besides local
m

McThick

about 1 year ago
I need to set up an Umbraco install in Azure, preferably in an app service. I KNOW that this is possible, but every method I have tried fails. The CLI method fails with an error about not being able to find or use the dev-certs because the cert cannot be moved to the /My certificate store on an App Service. This can be fixed on a local machine by using certmgr.msc...which is not available in an App Service environment. I have tried using (environment) templates in Azure that are provided by MS, same difficulty. (I was able to get a very simple Umbraco 7 environment set up in Azure from an MS template, but that isn't helpful aside from proving that it can be done.) I have scoured the internet for weeks looking for a solution. I have read the docs repeatedly. I have watched tutorials repeatedly. None of them work. No one can solve why a 4-5 line command set fails so utterly. I have also attempted to build out a container to put into AKS. However, I barely know how to deal with Docker, and there are no tutorials that go deep enough for the Docker-deficient. I have been a systems guy for 25 years. I have never been unable to install/configure any software on any platform...until now. Have any of you successfully built out an Umbraco instance in Azure? How did you do it? What am I missing? Thanks in advance for any help that you may be able to provide.
m
m
+4
  • 6
  • 50
  • 31
Previous656667Next

Umbraco

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

Powered by