Can not use Laravel Livewire / Missing custom "X-" headers in Bref #1214
-
Hi folks, The initial view of my Livewire component is rendered correctly. When I try to change a control in my component, it should re-render, but I get a "Page Expired Dialog" like one can see the in the docs. I tried several things so narrow it down:
So, TL;DR, my final question ... are any custom "X-" headers missing in the Bref context? Is it a problem of Bref? Or maybe the API Gateway? I have something on my mind with API Gateway and custom headers. But I am not sure anymore and can not make up my mind. Best, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hey, just in case you are using Lift should you whitelist your headers here: https://github.com/getlift/lift/blob/master/docs/server-side-website.md#forwarded-headers ? |
Beta Was this translation helpful? Give feedback.
Hey, just in case you are using Lift should you whitelist your headers here: https://github.com/getlift/lift/blob/master/docs/server-side-website.md#forwarded-headers ?