I’m sure there’s tons of articles out there (I went through several of them but didn’t find one that solved my problem) so I’m putting this out there incase this helps people like me whose brain goes out the window from time to time! Problem I have an Intel Nuc with Windows Pro in my
I received a question today from one of our clients – he is an in-house developer who have just set up a new Episerver Form for his editors. While he can see the form submissions, the WebEditors cannot view the form submissions. Problem This was his original question – “I noticed that users with web
Problem One of the websites we’re looking after is an e-Commerce website running on 5 web servers, load balanced in AWS with sticky sessions enabled, with the following architecture (simplified): There’s several issues with running sticky sessions in an e-Commerce website. One of them is the inevitable customer losing his/her session when one web server
Have you set up shortcuts / redirects for some of your pages in Episerver that you are now seeing duplicate results in your site search? One is the correct page and the other is the shortcut page? There are several approaches to exclude shortcuts / redirects from your search results: Do not send these pages
Ever needed to move an Episerver Category under another? I could not find a way to do this in the UI so I had to it the old-fashioned way of jumping straight to the database. Warning: You’re not supposed to change data against CMS databases directly as you can easily break sh*t. If you’re in
During the Episerver Ascend APAC 2020 here in Sydney, we did a presentation about “Avoiding common pitfalls to future-proof your next project“, where we went through 5 common issues that shorten the lifespan of CMS and e-Commerce sites based on our experience. As a follow up, we got the chance to chat with the new Episerver CEO,
I’ve recently encountered a few clients who have been using Find for quite a few years now and while the search and filters are working, they are not using much of its optimisation functions. So I’ve decided to write this post to go through out-of-the-box (OOTB) optimisation features of Epi Find, and show sample implementations
The original post was published in the Niteco website but I’ve decided to also add it here in my own blog. This is a 5-min read, which hopefully helps those who have missed the conference. CMS Updates There have been several updates made to the CMS lately, and here’s my favorite: enhancements to block editing
All of a sudden my husband’s macbook could no longer open any OSX apps, including Safari, App Store, iMovie, Photos, etc. Once attempted to be opened, the app icons show a ? instead of the usual app icon. He would then get the following error: You can’t open the application because it may be damaged
I had a CI/CD pipeline working for a long while now without any issues in Azure DevOps. All of a sudden, my build starts breaking with the following error: The command “gulp build” exited with code 134. GulpBuild: gulp build gulp build[3232]: src\node_contextify.cc:633: Assertion `args[1]->IsString()’ failed. Probably spent a good 2 hours getting to the