Hi,
I’d like to ask how could I disable errors with log trace on production?
When app doesn’t have connection with API, caused by server issues, user can see Ember error in console with log trace, where it is possible to see path where app is deployed. I think that it is big security issue.
When Fastboot is used and Ember application starts earlier than back-end application, user can see page with 503 server error what is good, but later there is excerpt from Fastboot with path, where app is deployed. The same security concerns.
So the best solution could be remove log trace from Ember’s error logs (user can see in the console that something is wrong, but without details) and disable log trace for Fastboot. How could it be done?
I use: Ember 3.24 and Fastboot.
Backend: Scala.