November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hello Pelle, It has already been answered here https://world.optimizely.com/forum/developer-forum/Developer-to-developer/Thread-Container/2020/5/how-to-increase-remaining-url-length-of-episerver-url-link-type-/#223755
When I create a page I can set the page url to a string with up to 255 chars. Above that I get a warning that the url is too long. This works as expected and is'nt a problem for us. I do not need to give pages longer names.
However, if I give the page an url that makes to total url (including https, domain name, folders and the name of the actual page) that's longer, in total, than 255 character limit the page can't be displayed. I've tried specifying the maxUrlLength property in web.config and searched for other solutions but haven't found any that explains or fix this.
It's interesting to note that while trying things around this I forgot to publish the page I'd created, the 404 page displayed without problem. After publishing I got "garbled" text.