https://discord.umbraco.com
Join Discord
[SOLVED] Implementing forgot password in login screen in v13
b

Bishal Tim

about 1 year ago
i want to implement a forget password feature in umbraco login screen.im thinking i need to setup a middleware? but dont know where to start https://cdn.discordapp.com/attachments/1260274650613813299/1260275557162156082/Screenshot_2024-07-09_222311.png?ex=668eba93&is=668d6913&hm=6ab838ca4ce55ed590dfb0106c599848e1a69313e9015213a4f22180f05614d1&
b
m
+6
  • 8
  • 49
  • 149
Examine - Field $facets was not indexed with SortedSetDocValues
b

Bram

about 1 year ago
I'm currently using the newest beta version of Examine to use faceting in an Umbraco13 site. After adding a new language (added Dutch to the already existing English) I get the error: 'field "$facets" was not indexed with SortedSetDocValues' Is anyone familiair with this? It seems to be something going on withing Examine since I do not specify a field called '$facets"
b
n
r
  • 3
  • 17
  • 146
Retrieving multiple content types with the delivery api (newbie question)
u

_tommadden

10 months ago
TLDR; is there a content delivery api cheatsheet (not the docs) like Seb did back in the Razor days? I'm struggling how to find the best way to get a page and it's children (for a listing page) in a single api call. I can see how to get the children on their own. In my case I have a content type for the listing page and one for the child types, so I thought I'd try that way, but I can't figure out how to pass in multiple types. I've tried reading the docs and tried several ways to do this in Swagger, but with no success. My last resort will be to get all content and restrict the fields I return, but I thought I'd check for a 'better' way of doing this. Thanks
u
s
b
  • 3
  • 3
  • 146
cron expression support for background tasks in Umbraco
j

Jason

about 1 year ago
Going to nerd snipe @Andrew McKaskill and @Sebastiaan for this 😁 I'm looking at getting an alternative to
IRecurringBackgroundJob
up and running that supports cron expressions (human time) rather than delay/period timespans (machine time). Do either of you know if anyone's working on cron support? I can see there's already a cron parser library in there but it's only used for first delay internally.
j
h
+3
  • 5
  • 28
  • 145
Block editor custom view? v14.0.0-rc3
j

jojko

about 1 year ago
In Umbraco 13 I was able to point the *"Custom View" *of the block inside the block editor to the
.html
file to get the nice preview of the widget in a block grid. In v14 I assume that since web components are used, "Custom View" field should be pointed to one of them. I stumbled upon an extension type in an
umbraco-package.json
called
bockEditorCustomView
(I assume it's a typo and should be
blockEditorCustomView
?), I've tried to use it and point to JS file with web component, and then pick it from the "Custom View" option in backoffice. However, there are only just a list of all files/folders shown and no block editor custom view that I defined in manifest. How can I acheve this in v14? https://cdn.discordapp.com/attachments/1240303635796332556/1240303636181946420/image.png?ex=66461246&is=6644c0c6&hm=b5c3e626abef6cb1721814dd2f926e2bff5f4529d696c8c50db048e684c87319&
j
r
a
  • 3
  • 11
  • 145
IIS Exception at start-up when running Umbraco v15 on Rocky Linux
o

ora

7 months ago
I should be using Kestrel so I'm not even sure how to deal with this. As the exception indicates it was built on Windows, but it should be cross-platform.
bash
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'.
   at Umbraco.Extensions.UmbracoBuilderExtensions.AddWebServer(IUmbracoBuilder builder)
   at Umbraco.Extensions.UmbracoBuilderExtensions.AddBackOffice(IUmbracoBuilder builder, Action`1 configureMvc)
   at Program.<Main>$(String[] args) in C:\Users\Ora\source\repos\MMVUmbraco\Program.cs:line 11
   at Program.<Main>(String[] args)
o
s
+3
  • 5
  • 27
  • 143
[solved]Azure Blob storage ImageSharp 13.0.1
m

Matt Wise

about 1 year ago
I have my connection string and container name set. However with the following in a Composer
builder.AddAzureBlobFileSystem(AzureBlobFileSystemOptions.MediaFileSystemName)
   .AddAzureBlobImageSharpCache();
I get a VirtualPath is required error OptionsValidationException: DataAnnotation validation failed for 'AzureBlobFileSystemOptions' members: 'VirtualPath' with the error: 'The VirtualPath field is required.'. Microsoft.Extensions.Options.OptionsFactory.Create(string name) System.Lazy.ViaFactory(LazyThreadSafetyMode mode) System.Lazy.ExecutionAndPublication(LazyHelper executionAndPublication, bool useDefaultConstructor) System.Lazy.CreateValue() Microsoft.Extensions.Options.OptionsCache.GetOrAdd(string name, Func createOptions, TArg factoryArgument) Microsoft.Extensions.Options.OptionsMonitor.Get(string name) Umbraco.StorageProviders.AzureBlob.ImageSharp.AzureBlobFileSystemImageCache..ctor(IOptionsMonitor options, string name, string containerRootPath) Umbraco.Cms.Core.DependencyInjection.AddAzureBlobImageSharpCacheExtensions+<>c__DisplayClass3_0.b__0(IServiceProvider provider)
m
  • 1
  • 2
  • 142
Images not displaying in frontend but available in backoffice
p

PascalEugster

11 months ago
We've got a problem that the images are not displaying in the frontend but are available in the backoffice so the file is there and you can view it. In the console there is the following error. An unhandled exception has occurred while executing the request. SixLabors.ImageSharp.UnknownImageFormatException: Image cannot be loaded. Available decoders: - TIFF : TiffDecoder - BMP : BmpDecoder - TGA : TgaDecoder - QOI : QoiDecoder - GIF : GifDecoder - PBM : PbmDecoder - Webp : WebpDecoder - JPEG : JpegDecoder - PNG : PngDecoder I think it has something todo with the cache because we usynced these images from staging to localhost
p
d
s
  • 3
  • 17
  • 140
Umbraco upgrade v10 - v13 Timeouts and errors Azure
s

SiempreSteve

12 months ago
I keep hitting 500 - The request timed out. The web server failed to respond within the specified time. Can anyone explain 1) The process continues even if I see the error on the front end (I think it does from the logs) 2) If it does continue will it complete succcessfully - I can't seem to wait long enough 3) If I hit the /install again what happens - will it pickup from where it left off or start again. Can I cause database issues? 4) I assume I'm hitting the 240 seconds Azure hard timeout - if this is the case shouldn't the upgrader break the task into smaller chunks so one request doesn't do the full upgrade?! If anyone has any tips on how to get around some of this I'd be keen to hear.
s
s
+2
  • 4
  • 17
  • 140
When to use UrlMode.Absolute on GetCropUrl?
o

Owain

almost 2 years ago
Hey there - I'm using Image.GetCropUrl("thumbnail", UrlMode.Absolute) on a website but the site has been put behind Azure Front Door and image stopped working. If I removed UrlMode.Absolute, the images work again. When should UrlMode.Absolute be used and when shouldn't it be used? Not much in the docs that was any help. 🙂
o
s
+5
  • 7
  • 15
  • 140
Previous131415Next

Umbraco

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

Powered by