Together with @szendo we faced some weird application behavior. Steps to reproduce:
- Login as cook,
- Navigate to tables view, should be shown properly
- Refresh - F5, you will be prompted to login because of:
POST http://localhost:9000/services/rest/tablemanagement/v1/table/search 403 (Forbidden)
It looks like this behavior is cased by requests execution order:

As picture shows, search is executed before CSRF token is obtained.
- If you click cancel, you can continue browsing through the app, but if you try to login again, then you will encounter 'Authentication failed.' message. In order to login again now, browser cache needs to be cleaned.