Thanks, we're good. Have a nice day :)
I've fixed the issue now.
We had a this in the styles array in angular.json:
"node_modules/@yaireo/tagify/dist/tagify.css",
after lepton4.css but before the ngx-datable one's.
Moving it to the end, it worked
Thanks, I have created a new thread. https://abp.io/support/questions/9848/stylecss-loaded-in-wrong-order
Sorry bot, but I need a human.
Also, styles.scss is the last entry in the styles array.
Ours looks like this:
<link rel="stylesheet" href="lepton4.css">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="ngx-datatable-index.css">
<link rel="stylesheet" href="ngx-datatable-icons.css">
<link rel="stylesheet" href="ngx-datatable-material.css">
<link rel="stylesheet" href="fontawesome-all.min.css">
<link rel="stylesheet" href="fontawesome-v4-shims.min.css">
And in production (with ABP 9.2) we have:
<link rel="stylesheet" href="lepton4-X4OK76EB.css">
<link rel="stylesheet" href="ngx-datatable-index-ALC7J2LN.css">
<link rel="stylesheet" href="ngx-datatable-icons-YZZVGCGU.css">
<link rel="stylesheet" href="ngx-datatable-material-QROZ42NV.css">
<link rel="stylesheet" href="fontawesome-all.min-V43YH5Q7.css">
<link rel="stylesheet" href="fontawesome-v4-shims.min-5GHJGPBV.css">
<link rel="stylesheet" href="styles-3O3IHLFY.css">
We have the same issue I think on the Lepton (non-X) theme... How would we resolve that?
Thanks. After tinkering a few more with it I found the issue...
I wanted to replace the MinioBlobProvider with our own, but we had replaced IBlobProvider instead of the MinioBlobProvider 🤦
After fixing that, it works again now. Thx :)
Oh, and the exception happens when we e.g. go to the Tenant list in the Host, or to Audit logs
[maliming] said: hi
Can you share the steps or project that I can reproduce this exception?
liming.ma@volosoft.com
Thanks.
The steps are to add minio as a BLOB provider and configure it for a container. Can't share the project unfortunately as it's our entire product
Yes, downgrading the package works