I am encountering a strange issue in my production environment whereby action views are not displayed.
Both my development and production environment run on nginx. In development i have no issues - everything works perfectly.
On production however, although my main layout loads, my action views do not - the area where they should be is simply blank.
My access logs and error logs show no red flags.
The only differences in my environments are that I am developing on Mac OS (although I dont believe it to be a file path name issue) whereas my production server runs on Ubuntu. My virtual host setup is also different. I however find it strange that all my files load correctly - my controllers are loading fine, the main layout is, and static content files load fine.
The only situation in which action views do render is when the dispatcher is forwarding a request.
Could anyone advise on what could be causing this strange issue?
Many Thanks T