ProNotion
ProNotion
At the `OAuthWebSecurity.VerifyAuthentication()` stage I am getting a 400 error with the following abbreviated stack trace : ``` [WebException: The remote server returned an error: (400) Bad Request.] System.Net.HttpWebRequest.GetResponse() +6518932...
I've also broken down some of the parameters of the string.Format call to make it easier to read and manage going forward. There was too much going on in-line which...
When creating a redirect to an absolute url e.g `/old-url` to `http://example.com/new-url` you end up with the path beginning with `//` and so get a final url of `http://example.com//new-url` which...
Remove rule for deleted node when a new document is created in the same location with the same name
I have a customer with an editor who previously deleted a news article which added an entry to the url tracker tabl. They later created the same news article with...
I have the following in my web.config ``` ``` On one particular API controller action I have the following attribute: ``` [EnableThrottling(PerSecond = 2, PerMinute = 3)] ``` After 3...
In an Umbraco site I have a master view that adds common scripts like so: Html.RequiresJs("~/scripts/common.js", 1); In a child view I then might register additional scripts like so: Html.RequiresJs("https://maps.googleapis.com/maps/api/js?key=xxx",...
I am using Bootstrap 5 and want to add an additional class to the `` element in order to centre it using the flexbox classes. At the moment I don't...
I am trying to get a list of all inventory I've ever had including deleted listings. The data does not appear to be included in the report manager `GetProductsAsync` results...
Like many other WYSIWYG editors work - is it possible for the editor to display in-line formatting which would mean there is no need for a separate preview and no...
I keep seeing errors like this in my logs. ``` System.ArgumentException: An item with the same key has already been added. Key: MarketplaceId at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)...