"Unexpected Error" page upon child app instantiation, No errors logged

Hello,
I wrote a parent/child app. When I go into the parent preferences page, click New Child, configure the child's settings in its preferences page, and then click "Done", I am bounced to a page that says:

Unexpected Error
An unexpected error has occurred trying to load the app. Check [Logs](http://xxx.xxx.xxx.xxx/logs) for more information.

I have the log open while I complete this whole process, but no errors are logged. All parent & child programmed functionality works just fine.

I don't even know where to start looking for this problem. Any advice would be much appreciated.

If you are using dynamic pages check to make sure the page it’s trying to go is defined in preferences.

Thanks for the suggestion. Unfortunately I don't think that's the problem. I did double check, but additionally this is in the final page, the "install" button, that triggers this error. All dynamic pages previous to this load & process just fine.

Pretty sure I figured it out. A method call on one of my dynamic pages was missing the open and closed parentheses at the end of the name of the method.

2 Likes