https://discord.umbraco.com
Join Discord
(solved) "Too many redirects", backoffice cloudflare
s

svampefett

almost 2 years ago
I am getting an error with a domain on Cloudflare. It says too many redirects when trying to access /umbraco Anyone has this problem? https://cdn.discordapp.com/attachments/1186629862761447464/1186629863201837096/image.png?ex=6593f22d&is=65817d2d&hm=62d86f422efc5ccf458555e087452aba304a4fd962f22f62f8cd4c740696828f&
s
a
  • 2
  • 4
  • 45
Custom section with trees
t

Tarik

8 months ago
I agree ... So currently I'm just doing a discovery session using v15 and trying to migrate a current production site on v13 to see how much work is involved and what needs to be done and learnt ... not to press on issues that have been mentioned before, but the documentations are not helping. Can anyone assist on a proper way to fully setup a custom section with a custom tree and menu items? I spent a decent amount of time going through and following the current documentations and examples provided in previous conversations but I still could not get there. So far, I managed to have a section setup, the view is rendered, the side bar is rendered with its label but I couldn't crack how to get the menu items part. The docs have a few (what I consider conflicting instructions) from the Menu and Menu Items and the Tree and Tree Items with no clear examples that I could follow. Is it fair to say that v15 is here but is just not ready to fully build a custom experience on it to be ready for v16 and v17? Any assistance will be much appreciated.
t
j
  • 2
  • 17
  • 44
v14/15 - Using TinyMCE RTE in custom backoffice extension
m

McNere

11 months ago
I'm currently working on aBackoffice section using custom functionality and I'm wondering if anyone has any experience with using the TinyMCE RTE in custom Lit elements for the new Backoffice UI? I'm having a hard time finding code examples or docs on how this is done. I've gotten as far as rendering what seems to be the editor itself, but it's pretty bare-bones, so I assume I'm probably missing some configuration:
import { LitElement, css, html, customElement, query, state, property } from "@umbraco-cms/backoffice/external/lit";
import { UmbElementMixin } from "@umbraco-cms/backoffice/element-api";
import "@umbraco-cms/backoffice/tiny-mce";
import { UmbInputTinyMceElement } from "@umbraco-cms/backoffice/tiny-mce";

@customElement("test-rte")
export class TestRteElement extends UmbElementMixin(LitElement) {
    
    render() {
        return html`
            <h1>Header</h1>
            <h2>Subheader</h2>
            <div style="max-width: 600px;">
                <umb-input-tiny-mce .value=${'Value!'} id="test-editor"></umb-input-tiny-mce>
            </div>
        `;
    }

    static styles = [
        css`
      :host {
        display: block;
        padding: 24px;
      }
    `,
    ];
}

export default TestRteElement;

declare global {
    interface HTMLElementTagNameMap {
        'test-rte': TestRteElement;
    }
}
https://cdn.discordapp.com/attachments/1315981927676907561/1315981927832092733/image.png?ex=6759632d&is=675811ad&hm=0b3421a9aa2088e9eb28e30b7f9431f32c9db1389acae7adaf80cd24304219c7&
m
g
  • 2
  • 1
  • 44
culture not found exception on v14 ?
d

DarkstarVampire

about 1 year ago
Hello everyone, I am getting an exception in v14, on both an updated project, 13>14, but also on a new install. The exception appears when I try to preview a page, published or unpublished.
An unhandled exception occurred while processing the request.
CultureNotFoundException: Culture is not supported. (Parameter 'name')
invariant is an invalid culture identifier.
System.Globalization.CultureInfo.GetCultureInfo(string name)
In Backoffice under settings I have language applied. Any ideas how to fix this?
d
s
  • 2
  • 7
  • 44
Empty image width, height, size, type after uSync import in Umbraco 12
u

utilityLA

over 1 year ago
This is my first project with Umbraco and uSync (free version). I just ran a uSync import in our staging site, and all the imported images were missing their width, height, size, and type information. I realized I forgot to move the media files into the Azure blob container before running the uSync import (that's the correct flow right? move the media and then run the uSync import?). So I moved the media files into the staging container and then ran the uSync import again. While I can now see the images in the Media area, they are still missing their width, height, size, and type information. How can I get this image information to show up?
u
k
p
  • 3
  • 8
  • 44
Verify reCaptcha in Forms?
j

Josef Henryson

over 1 year ago
Hi. Google / reCaptcha v3 complains that our site does not verify the response. I thought this should be out of the box with Umbraco Forms? Is it needed to implement this yourself in some way? https://developers.google.com/recaptcha/docs/verify#api-request
j
o
t
  • 3
  • 3
  • 44
umbraco-package.json importmap
w

Warren Buckley

over 1 year ago
How do I use the importmap property on umbraco-package.json?
w
j
  • 2
  • 10
  • 44
MemberService.GetAll: Invalid column name 'createDate'.
a

ahwm

almost 2 years ago
Upgrading a project to the newest v8 in preparation for the upgrade to v10 and v13 but getting a weird issue after going from 8.13.0 to 8.18.12 when using the GetAll method on the MemberService
memberService.GetAll(page - 1, 20, out _, sortColumn, sortDirection, "Member", "")
Anyone else encounter an issue like this?
Invalid column name 'createDate'.
Statement(s) could not be prepared.
a
s
  • 2
  • 20
  • 44
Umbraco cloud - cloudflare error 1014
a

Amalie Wowern

almost 2 years ago
Hi Im trying to create a cname record to a umbraco cloud site, the dns is also hosted in cloudflare and it gives me this error. We have maked sure the dns is flatten,, Has anyone fixed this error before
a
r
  • 2
  • 6
  • 44
Rich Text 'Macros > Blocks' migration
o

Owain Jones

over 1 year ago
Hi all, with the removal of Macros in v14, and the addition of Blocks in the RTE in v13, I'm starting to look into how we can migrate our old RTE Macros to Blocks. I can't find much discussion about this topic online at all, so I was wondering if anyone here has started looking into this too?
o
d
t
  • 3
  • 9
  • 43
Previous505152Next

Umbraco

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

Powered by