When trying to deploy my app so that my colleagues can access it (Just at tutorial stage at the moment) I am getting this error :
npm run deploy
> quickstart-app@0.0.0 deploy
> dt-app deploy
DT-APP: Authenticate with Dynatrace SSO
Finished release [optimized + debuginfo] build.
✔ Built the app
✔ Compressing app artifact
DT-APP: Authenticate with Dynatrace SSO
✔ Preparing for deployment
✖ Failed to deploy the app
Error: Failed to install the app
HTTP 403 Forbidden
Forbidden
Can anyone help with what this issue would be ?
Solved! Go to Solution.
You can check your firewall settings and update your packages, when i tried, this solved my problem
Are you referring to the firewall settings in Dynatrace itself?
Hi @Danielm
This error usually indicates that you don't have the proper policies & permissions assigned. Please make sure you have the policy AppEngine developer and AppEngine user policy assigned. For more information, please have a look at this blog: https://www.dynatrace.com/news/blog/tailored-access-management-part-2-onboard-users-to-grail-and-app...
Most probably you are missing the permission "app-engine:apps:install"
Best,
Sini