AuthenticationError

Traceback (most recent call last):
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/app.py”, line 56, in application
init_request(request)
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/app.py”, line 118, in init_request
frappe.local.http_request = frappe.auth.HTTPRequest()
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/auth.py”, line 47, in init
frappe.local.login_manager = LoginManager()
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/auth.py”, line 104, in init
self.login()
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/auth.py”, line 119, in login
self.authenticate()
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/auth.py”, line 189, in authenticate
self.user = self.check_password(user, pwd)
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/auth.py”, line 203, in check_password
self.fail(‘Incorrect password’)
File “/opt/bitnami/apps/erpnext/htdocs/frappe-bench/apps/frappe/frappe/auth.py”, line 207, in fail
raise frappe.AuthenticationError
AuthenticationError

may be you have passed incorrect credentials to login api, please check username and password then try to login.

Thanks,
Makarand

Solve incorrect credentials was passed in API.