Just installed couchdb 3.00 version in windows machine and configured as single node.
Defined admin in installation, even after installation. Restarted couchDB after definitions.
But when i try to create db via shell script it responses:
I am absolutely sure that my passwords are correct.
I wonder if there is a bug or mistake i've made.
The issue is not related to CouchDB, rather the allowed authentication methods with Invoke-WebRequest.
Though I cannot find any documentation that explicitly states URL credentials are not supported, I do find in the PowerShell documentation1 a list of authentication methods that are supported:
I interpret the above to mean the authentication method you are using is not supported.
Here's one example using Basic authentication, one of surely hundreds of ways to perform your task.
FWIW, cURL allows the ease of inline URL http authentication, but that may not be an option.
The above code borrows from this SO Q/A answer regarding Basic authentication.
1 PowerShell Documentation Version 7