Unable to access flowable-admin with new password

I can login to flowable-idm login UI, but flowable-admin page is giving some error on UI

Hey @kd2-80140-yash,

And what is that error?

Please keep in mind that the Flowable UI applications are no longer supported with Flowable 7.

Cheers,
Filip

i m using v6.8.0…and this is the error…
org.flowable.ui.admin.service.engine.exception.FlowableServiceException: An error occurred while calling Flowable: HTTP/1.1 401

this occurs…when i use pwd other than “test”

It is expected this to happen if you are using a password different then the configured default password.

Since UI applications are no longer supported you can look into the old code to see how you can change the password. In theory you should be able to change it in the UI application

i did change my password in ui but with new password i m able to login in idm app but not flowable-admin,any solutions for this?(i have changed password in default properties file too

Perhaps you need to change the cluster configuration. The Admin properties are only applied once on an empty DB, after that it uses the configuration from the DB.

Sorry,i did not get …what do you mean by changing the cluster configuration

Can you share a screenshot of the UI once you login to Flowable Admin?

I believe that if you click on the icon in the top right corner you can configure the connection between Admin and the backend. If there isn’t a way to configure that, then it means that you have not changed the right properties for Flowable Admin

If you click on “Edit REST endpoint” you can configure the username and password.