You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
Current behaviour:
Hello, I am evaluating different BPMN Modeler and try to get the Activiti Modelling App started, but quite a few errors occur and I do not know how to fix all of them.
Currently, the login does not work. npm start compiles successfully and I get to the login UI. But when I try to enter any of the credentials listed in the .env file, the UI shows You've entered an unknown username or password while the console logs ERROR TypeError: alfrescoApiService.getInstance().oauth2Auth is undefined.
Expected behavior:
Successful login and ready to start modelling.
Type of issue:
Current behaviour:
Hello, I am evaluating different BPMN Modeler and try to get the Activiti Modelling App started, but quite a few errors occur and I do not know how to fix all of them.
Currently, the login does not work.
npm start
compiles successfully and I get to the login UI. But when I try to enter any of the credentials listed in the .env file, the UI showsYou've entered an unknown username or password
while the console logsERROR TypeError: alfrescoApiService.getInstance().oauth2Auth is undefined
.Expected behavior:
Successful login and ready to start modelling.
Steps to reproduce the issue:
npm install
.env
file and copy/paste valuesnpm start
which ended with errors -> since I work on Windows, I had to change a few things in the package.json:/
with\\
mkdir -p
withif not exist <path> mkdir <path
docker run -it -e APP_CONFIG_OAUTH2_HOST="http://localhost:4201/auth/realms/activiti" -e APP_CONFIG_OAUTH2_CLIENTID="activiti" -e APP_CONFIG_BPM_HOST="http://localhost" -p 8080:80 alfresco/alfresco-apps:latest
What my .env looks like:
Browser and version:
Firefox 98.00
Node version (for build issues):
v14.15.4
The text was updated successfully, but these errors were encountered: