My forge app "dim-delivery" doesn't work on the test site after "forge deploy"

Hi guys!

I created a simple my first forge app (“dim-delivery” Developer console) and it works fine on the localhost when I use “forge tunnel”

But after I did “forge deploy” and “forge install” to my test site and try to test this app on the dashboard inside my test site - it doesn’t work (I see 403 error when browser trying to get “index-ClzW9yQ0.js” - it’s my builded app with custom ui based on react). I don’t understand why?

Hi @DmitriiUshakov,

Thanks for raising this question! Are you currently using relative paths for your static file sources in index.html: https://developer.atlassian.com/platform/forge/custom-ui/#accessing-static-assets ?

Cheers,
Nadya

2 Likes

Thank you so mush for the fast answer!
It have solved my problem, I missed this part of the documentation…

1 Like