I have a problem which is similar to what is being discussed here.
I have a large app. I added another tab to the navBar with the additional coding that goes with it
in ui.R and server.R.
Now - all message traffic to htmlOutput or uiOutput appears to be blocked.
No messages rendered to htmlOutput are displayed.
No dynamic widgets generated through uiOutput are being produced.
I can switch back and forth between the previous and new version and the response is as described above.
The previous version works fine.
I changed the app size from large (1 GB) to x-large (2 GB ?): Made no difference.
I went through the installed packages to see if the new version was doing something special:
Nada.
I changed the deployment scheme to not using package caching: makes no difference.
I diffed the ui and server files on GitHub to see if anything could cause this behaviour: Nada.
So what is going on? Please help.
...Usman Suleman