Hello Guys,
I am new with nopcommerce and I got a job to do with it.
I had to create a vm in azure to deploy a nopcommerce site. I am using docker for this. So what I did..
1. clone nopcommerce repository.
2. build docker imame from it.
3. create docker compose file which is containing mssql image too. SQL and NOP are in same network. (mssql is express version..)
4. docker-compse up.
I also confgured nginx reverse proxy, I can reach nopcommerce install page as well. When I fill the installation page. sql server, sql username, pw etc. it is loading for minutes after that I got a error message. "Installation failed, timeout expired..." If I tried again, I got another error message for some objects already created.
I have logged in with ssms to mssql and I noticed that the tables created, stored procedures created as well. If I tried to fill the connectionstring in the dataSettings.json, the container wont start anymore. I tried set remote execution timeout to 0 (which means unlimitied) from 600.. But not helped.
What should I do to connect NOP to MSSQL?
Br,
Adam