https://discord.umbraco.com
Join Discord
Examine Sort Order Issue
c

CodeSharePaul

over 1 year ago
Is anyone around to help me solve an examine sort order issue please. I have got it down to a very simple example and I think sorting is broken in examine, or maybe I'm doing something wrong.
c
w
+3
  • 5
  • 17
  • 170
[Solved] Tailwind Intellisense on Rider
c

Craig100

over 1 year ago
I've added Tailwind css to a couple of projects lately and while it works, I don't get TW intellisense when adding classes in the cshtml files. I get Bootstrap options offered instead of TW. Is there anything I need to do in particular to get TW intellisense working? Googling isn't cutting the mustard I'm afraid 😦 Thanks.
c
s
  • 2
  • 2
  • 170
Anyone experiencing issue with Examine Management on v10 and v13?
b

Busra

over 1 year ago
Hey all, I've got 2 projects one running on v10 doesn't perform search and v13 doesn't perform search as well as examine management section errors without a message. https://cdn.discordapp.com/attachments/1260938455656042557/1260938455790129152/image.png?ex=669123f2&is=668fd272&hm=176c735bfae7c954b4a2b33629bc280ca5d5050f74bb988f847d37db8356e3ab&
b
n
+2
  • 4
  • 13
  • 169
[Solved] Appsettings settings for Media Blob Storage
c

Craig100

12 months ago
V13.5.2 Trying to convert a site to use Azure Blob Storage with details given by the client's IT team, so having to trust them. Could someone let me know if I've put the right bits in the right holes please, or correct me if I (or their team) have got it wrong. They sent (anonymised of course ;)):- Blob Storage Name: umbracocmsabcd SAS Token: https://umbracocmsabcd.blob.core.windows.net/media?si=coname access&spr=https&sv=2022-11-02&sr=c&sig=abcdefghijklmnopqrstuvwxyz123456789123651236547891 Container Name: media In AppSettings I've done this:-
"Storage": {
      "AzureBlob": {
        "Media": {
          "ConnectionString": "DefaultEndpointsProtocol=https;AccountName=umbracocmsabcd;AccountKey=abcdefghijklmnopqrstuvwxyz123456789123651236547891;EndpointSuffix=core.windows.net",
          "ContainerName": "media"
        }
      }
    }
With the two nuget packages installed and registered in program.cs as instructed in the V13 docs I get the following error when running the site (which crashes):-
System.FormatException: No valid combination of account information found.
   at Azure.Storage.StorageConnectionString.<>c.<Parse>b__67_0(String err)System.FormatException: No valid combination of account information found.
Thanks.
c
k
  • 2
  • 3
  • 166
Run initialization at startup
a

Abra

almost 2 years ago
I would like to run some code at startup that will update some content nodes. The code only need to run once at startup and then no more. Any best practices on how this could be done?
a
c
j
  • 3
  • 3
  • 166
[SOLVED] "Invalid column name NodeId" after Forms upgrade from 12 to 13.latest
k

kdx-perbol

over 1 year ago
Upgrading Umbraco and Umbraco Forms from 12.almost-latest to 13.latest worked fine in development, but in the production environment we get "Invalid column name NodeId" in the Forms backoffice UI and in the logs when forms are being indexed. There was nothing in the version-specific upgrade documentation for Forms to 13. What should be done in this case? Is this a Forms SQL migration that didn't run?
k
  • 1
  • 6
  • 164
Solved: app.UseStaticFiles( ... ) - where/when to call?
k

kdx-perbol

over 1 year ago
I need to call
app.UseStaticFiles( ... )
to customize the behavior, but I don't know where/when to put this in
Program.cs
. I'm guessing
.UseUmbraco()
already does this internally? I'm using the Umbraco 13 NuGet project template.
k
d
b
  • 3
  • 9
  • 163
Umbraco Login redirect - v13.4
s

SiempreSteve

over 1 year ago
Noticed something has broken between v10 and v13. If you hit a url to the back office it used to set a redirectUrl param and hten on successful login redirect the editor to where they were going. Used this to provide a front end guard on non-production sites. (e.g. redirecting users back to the correct page on the stage / uat site after authenticating them as an Umbraco user). This seems to be broken. Has anyone got a workaround for this?
s
o
t
  • 3
  • 3
  • 163
[SOLVED] How do I get subsections of a IConfiguration section?
t

TackleMcClean 🏅

over 1 year ago
I am using
IUmbracoBuilder
to do this:
var section = builder.Config.GetSection("PrepopulateUsers")
This returns an
IConfigurationSection
and I need to check its subsections as in the image (those 5 sub sections). How can I get info on those sections? The
IConfigurationSection
has no methods to get those sections from what I can see? https://cdn.discordapp.com/attachments/1220366835116019732/1220366835250368542/image.png?ex=660eae2e&is=65fc392e&hm=b63e8ec933d75b328d64bbea97e32aac900b8429e079b23fb9a0f08a56528aae&
t
r
h
  • 3
  • 4
  • 162
Umbraco Future / SSR & CSR
p

PascalEugster

about 2 years ago
Hey everyone. Today i was wondering what the future of umbraco could look like. I've read posts about using nextjs and other frameworks, but am i right, that then cshtml would be obsolete? Is the future more and more heading towards headless cms and moving away from cshtml and all that comes with it? OR is it still future proof and will it someday maybe go to blazor? What would be a good way to implement client side rendering together with cshtml? As you can see there is a lot of things that i'm unsure about. Maybe someone could help me out what a future proof stack could look like and what umbraco itself is targeting for the future. I've found this post regarding .net Core / MVC https://stackoverflow.com/questions/51390971/im-lost-what-happened-to-asp-net-mvc-5
p
a
+2
  • 4
  • 4
  • 161
Previous161718Next

Umbraco

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

Powered by