Developer forum

Forum » Dynamicweb 10 » Setup wizard incorrectly requires user name and password

Setup wizard incorrectly requires user name and password

Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

Steps to reproduce:

  1. Create a new Dynamicweb project

md dw10

cd dw10

dotnet new dw10-suite

dotnet build

dotnet run
 

  1. On the Installation step, choose to create a new Files folder
  2. On the Setup database step, enter a server name, a database name, set it to create the database when it doesn’t exist and select Integrated mode
  3. Click Next Step

Actual results:

  • Nothing happens; the page reloads but does nothing else

Expected results:

  • The database is created and Dynamicweb starts up

The reason for this issue is that the user name and password fields are required, even when selecting Integrated mode.

Work around: unselect Integrated Mode, enter a user name and password (can be anything as they aren’t used anyway), then check Integrated Mode again and click Next Step.


Replies

 
Jeppe Eriksson Agger Dynamicweb Employee
Jeppe Eriksson Agger
Reply
This post has been marked as an answer

Hi Imar,

We've implemented a fix for this issue. It's currently going through review, but should be coming out with the next release.

- Jeppe

Votes for this answer: 1

 

You must be logged in to post in the forum