Hello,
I am testing embedded-app-example but when I install the app and open it, I get this error into the app:
A static HTML page can contain a simple dependency free script to set the top bar to a 500 server error. This page can be found in 'public/500.html'.
However, the app works if I generate a new rails controller and put "root :to" to it.
I would like to know why I get the error when try to use embedded-app-example unaltered source. I need understand this to know how works the embedded sdk and continue developing.