Recently I come across an issue on my WordPress website where I can not able to login to the admin site. Website Users can not able to add comments on posts. The error I got is as following Error: Google reCAPTCHA...
Below are the most common commands used in npm (Node Package Manager) Install npm & dependencies npm install Install npm with the version nvm install 12 Install Jest Global npm install -g jest Delete...
Origin Origin stands for the address of your repository Master or main Master or main represents your master branch Add Readme file Add the following command to add the readme file git add README.md Setup...
During the development process a lot of time you come across situations where you need to restore the B2B Commerce database from Optimizely Staging or Production to our local environment. Most of the time we have a console...
If you are running an elastic search in your local environment or on a hosted environment you might come across the following error. You can view this error in Event Viewer and System logs. The Elasticsearch 5.5.3...
A lot of times we come across issues when our disk space is consumed and we need to move our database MDF & LDF files from their default location. In an earlier version of SQL Server, you have to use Detach and Attach...
I come across the following error while comparing Date in Linq lambda in the .NET C# project. The exact error is The specified type member ‘Date’ is not supported in LINQ to Entities. Only initializers, entity...
There are several options to integrate Optimizely CMS/Commerce with HubSpot CRM. You can use the HubSpot connector or maybe your requirement is just to collect data from customers and submit it to HubSpot. There are 2 ways...
In large eCommerce organizations, Data resides different places like in eCommerce platforms, CRM, ERP or tools like google analytics. This data is very helpful to use in C-Level reporting, resource planning or creating targeted...
ASP.NET Web API using NET 6 C# & Windows authentication
Recent Comments