You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi we have a strange problem with Klein. I must mention that we are running on nginx.
If we don't comment out line 412 in AbstractResponse (fastcgi_finish_request())
we get blank page. We initialise Klein in our routes file like this:
and so on. We include route file in index and trigger $klein->dispatch(); We have some code executing after dispatch. Could that be the problem? Or is it something else? Thanks in advance for your help.
The text was updated successfully, but these errors were encountered:
Hi we have a strange problem with Klein. I must mention that we are running on nginx.
If we don't comment out line 412 in
AbstractResponse (fastcgi_finish_request())
we get blank page. We initialise Klein in our routes file like this:
and so on. We include route file in index and trigger
$klein->dispatch();
We have some code executing after dispatch. Could that be the problem? Or is it something else? Thanks in advance for your help.The text was updated successfully, but these errors were encountered: