Setting up NGROK to work with Litium apps
To be able to place orders locally using a payment app it needs to be able to communicate with the outside world. Lets have a look how to get that working with ngrok.
I write about software, app and web development.
To be able to place orders locally using a payment app it needs to be able to communicate with the outside world. Lets have a look how to get that working with ngrok.
Lets fix the error Client secret validation failed for client when using a Litium app.
One way to access the shared files folder that is used in some projects is to let the IIS application pool use the identity of the user that has access to that shared folder. That won’t work now when we are using the Kestrel web server.
If you are going to use a multi-site setup where the sites should look a bit different to each other you need to change the default webpack configuration that is delivered with the Accelerator.
How to create a free gift campaign based on content in cart (Buy X get Y for free) in Litium.
When setting up an existing dev site I got this error for the SveaPayment-app:
I got the error BIO_new_file:no such file after setting up a Litium 8 site that uses the SveaPayment app. Fix it by generating a new self-signed certificate for your dev environment.
All Litium posts sorted in one place
Add an admin user to database using Litium CLI
CurrentUiCulture and CurrentCulture are set by two fields on the channel in Litium. They are called Language for pages and block and Language for products.
To use a Middleware with Litium we can create a startup class that inherits the IOwinStartupConfiguration interface and use it to insert a middleware into the OWIN pipeline.
There are two folders where Litium stores files. The Files Directory and the Common Files directory. Both contains uploaded images, thumbnails, and search indices etc.
Lets take a look at using Papercut as SMTP-server and StateServer during web site development.
In this tutorial we'll take a look at installing Litium and Litium Accelerator.