I have a service that generates csv reports and outputs data URIs.
However, if I try to open these with ‘wixLocation.to’ it won’t work because ‘data:’ is an unsupported URL type.
Does anyone know how I can accomplish this?
I have a service that generates csv reports and outputs data URIs.
However, if I try to open these with ‘wixLocation.to’ it won’t work because ‘data:’ is an unsupported URL type.
Does anyone know how I can accomplish this?
What is it exactly you are trying to accomplish. What service are you using? Perhaps you can create the reports in a different way? Or access them in a different way?
Post the URL of your site and explain how to simply reproduce the problem.
We were using google cloud functions but we’ve sinced moved it to Wix’ backend. I’ll be happy if I can either get the csv report downloading or stored via the media manager. I posted about the media manager here: https://www.wix.com/velo/forum/community-discussion/mediamanager-uploadfile-succeeds-but-no-file-is-uploaded-following-the-file-url-shows-forbidden