After updating from 2.630 to 2.641 I got this JavaScript error in my integration tests with playwright:
RangeError: Incorrect locale information provided
With this the Dashboard did not load and the screen was just black after login.
I had to set locale="en-US" in playwright which fixed the issue
After updating from 2.630 to 2.641 I got this JavaScript error in my integration tests with playwright:
With this the Dashboard did not load and the screen was just black after login.
I had to set
locale="en-US"in playwright which fixed the issue