Closed mauthi closed 2 years ago
Hi Mauthi,
This is fixed in v5.0.
The culprit for v4.x is this commit https://github.com/laravel-enso/core/commit/8ee62af14fac8a5db4d1a0ba1217316738578503
Before upgrading to v5.0, you can either extend the Meta in the local project and bind it to the container, or make sure you require an older version of core, that has the csrf token included.
Updated to 5.0.0 today and it works. Thx!
This is a bug.
Prerequisites
Description
After login / reload I see the following in my console:
In addition to that I don't get any toast message or pusher updates anymore - I think this is related to that?
Maybe the error is related to https://github.com/laravel-enso/enso/issues/351?