Hi, I have deployed nopCommerce on Linux CentOs 7.5, I read the document for SSL connection, it only said to configure true for appsettings.json, but I do not know where to put the SSL certificate on my Linux Server, and how to name it?
Assuming you are using Nginx as Reverse Proxy and Kestrel to host the NopCommerce Application. In the Ngix configuration, you can mention the SSL Certificate Location.
Hi, I have deployed nopCommerce on Linux CentOs 7.5, I read the document for SSL connection, it only said to configure true for appsettings.json, but I do not know where to put the SSL certificate on my Linux Server, and how to name it?
Please could somebody help? I am upgrading from v4.0 to v4.3, I have tried problem solving by upgrading one version at a time. I find that all works well on all versions , however I notice a change only when going from v4.2 to v4.3, this change is that the "Low Stock" report shows thousands of product entries, some of which belong to deleted products and have sufficient stock. I have checked in the Database, these entries do exist and are related to the "Product Attribute Combination" inventory management. I have tried recreating products and their attributes but same error happens when I create "Product combinations" - those will then show in Low Stock report regardless of the stock quantity. If I try manage the stock on basic inventory management(of the newly created product) it responds correctly. Any idea's? Thanks.
Hello Community. i have the following connection string problem: What is wrong with my c-String 430 { "DataProvider": "sqlserver", "DataConnectionString": "Data Source=localhost;Initial Catalog=myDB;Integrated Security=False;Persist Security Info=False;User ID=xxx_dbuser;Password=password", "RawDataSettings": {} }
An error occurred while starting the application. ArgumentException: Keyword not supported: 'initial catalog'. System.Data.Common.DbConnectionOptions.ParseInternal(Dictionary<string, string> parsetable, string connectionString, bool buildChain, Dictionary<string, string> synonyms, bool firstKey)
DependencyResolutionException: An exception was thrown while activating λ:Nop.Core.Domain.Common.CommonSettings -> Nop.Data.Migrations.MigrationManager -> λ:FluentMigrator.Runner.IVersionLoader. Autofac.Core.Resolving.InstanceLookup.Activate(IEnumerable<Parameter> parameters, out object decoratorTarget)
I checked and saved the following two options: -JavaScript bundling and minification -CSS bundling and minification If I uncheck it, it will return to the previous state. No problem for the website?
Hola, has encontrado solución? Poca gente de habla hispana en este foro. Cuéntame por favor si has podido instalar y poner a funcionar el nopComerce y si has encotrado algúbn experto que pueda ayudarte. Necesito a alguien free lance, que lo instale por mi, para montar una market place, para enfocarlo a un mercado específico, inicialmente en Medellín, Colombia, y que nos haga acompañamiento a menos durante un tiempo, ojalá haciéndose cargo de mantenimiento y desarrollo de la plataforma.
Deberá capacitarnos para vincular y mantener clientes, que son los dueños de tiendas físicas a quienes vamos a ofrecer esta plataforma como una vitrina adicional y portal de ventas para sus negocios, y en el tema de gestión de la tienda, para poder hacer demostraciones potenciales clientes, en plan de vincularlos al market place. Después en el tema de montar una nueva tienda virtual para ventas de una tienda física, todo ello con miras al servicio al cliente.
Mientras nos capacitamos, nuestro Free Lance tendrá a su cargo el montaje de cada tienda que vinculemos o, por lo menos, dirigir el montaje, entendido que nos encargaremos de suministrarle los insumos de data necesarios.
Así que si consideras que algo de tu experiencia puede servirnos, te agradezco que me compartas lo que te parezca compartible.
@Eneanito Please don't duplicate topics. In your case it would have been best to just post one new topic with your requirements in the "Commercial help wanted" forum.
I am trying to install 4.3.0 to Azure with CI/CD configured to GITHUB repo.
I get below error after the successful deployment from GITHUB.. FileNotFoundException: Could not load file or assembly 'Avalara.AvaTax.netstandard11, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. The system cannot find the file specified
Below are the steps which can reproduce the issue. 1-> Downloaded the source code from nopcommerce site 2-> added to GITHUB repo 3-> Created a new APP Service in Azure 4-> Configured CI/CD from Azure->deployment center to point to GITHUB Repo.. choosed .NET CORE 3.1 as technology stack 5-> Pushed the code to GITHUB Repo from my local GIT 6-> Deployment workflow initiated at GITHUB 7-> Deployment successful 8-> and we get this error..
To be sure... I then published directly to AZURE.. using VS .. the same source code.. and It worked without any issue..
This issue is only when using the VS->GITHUB->CI/CD->AZURE...