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?