Like you mentionned it was a conflict with the plugin
mini.nvim When required : mini.indentscope.setup() which uses in line 226 :
-- Which character to use for drawing scope indicator
-- symbol = '╎',
That gave the dashed line in my previous examples.
My advertise is not to use both indent-blankline and mini.indentscope at the same time.