Results 33 comments of Heather Floyd

I am having a somewhat similar issue - the Urls are never getting redirected - just always going to 404 page. The issue occurs on my local development server as...

+1 I have the same issue - two different doctypes which are related, and I'd like to use synchronized pickers between them, so that an editor can select the relationship...

Ah, found it. File: \source\nuPickers\Shared\RelationMapping\RelationMapping.cs Line 37: relations = relations.Where(x => new RelationMappingComment(x.Comment).DataTypeDefinitionId == relationMappingComment.DataTypeDefinitionId); Commenting that one line and recompiling fixes the issue for me :-)

Several days ago in a separate thread, @Hendy suggested that perhaps the solution would be to run the original AJAX save routine UNLESS it is a new node (Id=0), in...

@vnbaaij : I'm not the one best positioned to make a decision on the right fix for this issue, since I'm not familiar enough with the code. I just wanted...

Hi @bjarnef , Good idea - Console does show 38 errors: ![image](https://user-images.githubusercontent.com/1252593/191547008-2bbc6f2c-181a-48da-9e5b-242088ed44ac.png) All are "TypeError: Cannot read properties of undefined (reading 'value')" A hard-refresh on the page doesn't change anything....

Well, it seems the entire code file is on one line, so clicking the link doesn't provide much specific context... There are custom property editors installed (Contentment, Iconic, etc.) so...

Thanks for the clarification, @sajumb . I do recall the issues even on v7/8 sites with the DB error log getting too big at times. Some additional thoughts: 1. From...

A change to the way the transform rule was written, provided by Support seems to have resolved the issue. ``` ```

Actually, the issue is back... and now using "localhost" url - so it seems the transform DOESN'T work. Error in log: ``` Message: Keep alive failed (at '"http://localhost/umbraco/api/keepalive/ping"'). Exception: System.Net.Http.HttpRequestException:...