Closed Peeeekay closed 1 year ago
Assigning to @adschwartz as he'll be tackling this as part of Sept work
Anders - There's a bug in the APIC where when we are writing the files artifact we are stripping away line breaks. Bugs been there for a while
What's your CLI version?
0.80.23
Description & steps to reproduce
The file artifacts contents are returned to th UI as a blob of text without the new lines; for example this is what i see for
yaml
file.The api does not return
\n
characters.Desired behavior
The desired response from the api is that it returns the file contents with the
\n
character as well, so that they can be rendered nicely on the frontend.What is the severity of this bug?
Papercut; this bug is frustrating, but I have a workaround.