Hello,
When I use my app to upload any file then attach to a new comment by using development apis,
the file gets uploaded but even before getting attached to a comment, the files are already broken.
I'm using a sandbox during the development of the app, and there had been no errors on the console.
I have a few questions:
1. Am I missing something with on my code? (a step maybe?)
2. Is my environment being a sandbox causing this problem?
3. Am I affected by the apparently recurring mystery around this issue?
- https://support.zendesk.com/hc/en-us/articles/4408888546970-Why-are-the-images-in-my-tickets-broken-
My local environment setup:
1. Browser = Chrome
2. Ubuntu on Windows 10
3. ruby = 2.6.4p104
4. rbenv = 1.1.1
5. node = v14.18.1
6. npm = 6.14.15
Codebase:
- https://codeshare.io/BA8Led
Best regards,
Lucky