18 Jul 2023 05:07 PM
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.
18 Jul 2023 09:00 PM
I'm not sure, but can you check your Access Rights for the environment?
18 Jul 2023 10:58 PM
You can check your firewall settings and update your packages, when i tried, this solved my problem
19 Jul 2023 09:03 AM
Are you referring to the firewall settings in Dynatrace itself?
19 Jul 2023 11:33 AM
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