11-16-2020 05:31 AM
Hello Everyone...
The browser app can't render SVG symbols that have been stored in the database (Postgres). I did Identify the SVGs in the Studio as database values.
I tried to use both 'character varying' type which stores strings up to n characters (not bytes) in length, and 'bytea' data type which allows storage of binary strings. Both of them didn't work. I got an error (can not find resources).
I got this error message in Studio Logs:
(System.NotSupportedException: External Graphic Format '' for file '' is not supported)
(*) Note:
The same SVGs and settings are working properly on the Desktop App... -_-
Any Idea!?