"Host not permitted" - Opening a Custom App

I recently cloned an app into my SandBox Apps and installed all required gems and dependencies. Everything appears to be in the correct location. However, when I launch the app from my SandBox Apps, the page redirects but displays a “Host not permitted” error (403 forbidden).

What’s odd is that my coworkers cloning from the same repository do not encounter this issue. I initially suspected an account permissions or resource limit problem, but reviewing limits.conf didn’t reveal anything relevant. I’ve also tried clearing the cache and restarting the web server, but no luck so far.

Has anyone ever experienced a similar issue or have suggestions for what else I can check? Thanks!

Must be a Rails application. You can google “rails host not permitted” and get lots of hits for the same.

You can see how we do this for development

and production