nopCommerce 4.1 Installation Broken

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 anos atrás
Hi,

I have a test store I've been working on version 4.0.
I am locally able to run nopCommerce 4.0 and 4.1 (separately, separate DBs) without issue.

I deployed my nopCommerce 4.1 to my production server - no errors.
The database is created and looks intact, tables populated - etc.

The actual admin portal however returns empty content for Topics, Customers, Roles, etc.
It is not pulling any data back from the db yet it logs no errors, even stdout via web.config.

Is this a known issue?
6 anos atrás
As far as my installation goes, 4.1 runs perfectly. I've not encountered issues like you've described. :)


6 anos atrás
I get error when I try first time. Its generated Database but install was fail.
I just delete database and run install with SQL User Authentication.

be sure sql connection string has username;password
6 anos atrás
freemantr wrote:
I get error when I try first time. Its generated Database but install was fail.
I just delete database and run install with SQL User Authentication.

be sure sql connection string has username;password


I had installed with Windows auth, I'm trying again now with SQL auth and it is rejecting my user's ability to create a new database. The user has the maximum possible permissions on the server, any ideas?

Definitely looks like the nop 4.1 installation process is broken, had no issues doing this 10+ times on nop 4.1.
6 anos atrás
I'm able to consistently reproduce with a clean install of nop 4.1 and a new database created via Windows auth.
6 anos atrás
If I restore my local development database to the production server, then copy over datasettings and installed plugins to the production server - it is able to connect.
Problem is - when it connects, it creates duplicate data in multiple tables, i.e. Currency, Languages, etc. which I have to manually correct. There are other slight problems. I confirmed this data was not in the local development database, nor when it is restored to production - but only when I place the two configuration files and start the newly added nopCommerce application on the production server.

I was additionally able to confirm the issue does not occur if the installation is performed with a SQL User instead of Windows authentication...
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.