Replies: 4 comments
|
ok, we will check this |
|
Do you need container logs? |
|
No, I'm working on this now give me few hours |
|
Hi @dado-ca, thanks for the detailed report and screenshots, that helped pin it down. What is happening: the admin lists (work orders, lines, product types, ...) are filled by a live-sync snapshot request, Why: that snapshot was authenticating through Sanctum "stateful domains", which needs the host you open the app on to match Workaround right now: in your backend Use your real host/port (add Permanent fix: we changed the snapshot to authenticate with the normal session cookie, the same way every other page in the app does, so it now works on any host with no If setting those env vars does not fix it, please paste the status code of the |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Please help,
I installed the latest version of the program in docker. I loaded the sample data. However, none of the data is visible within the program, e.g. work orders, work lines, etc. I also tried to manually create a line, when I create a work order I see that line within the drop-down menu, the order is successfully saved but it is not visible.
Lines:

Workorders:
It shows sample data in scheduler however:

All reactions