[Bug]: .tsx file attachments return "Error processing file" #4329
Answered
by
danny-avila
itsolidude
asked this question in
Troubleshooting
-
What happened?Uploading any file type other than .tsx works fine. But as soon as you try to upload a .tsx file it will throw you an error ""Error processing file". Same issue occurs on light and full. I cant imagine it being due to anything browser related but gave different browsers a shot anyways. The issue is most certainly caused by some file type conversion. Steps to Reproduce
What browsers are you seeing the problem on?Chrome Relevant log outputNo response ScreenshotsNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Answered by
danny-avila
Oct 4, 2024
Replies: 1 comment 2 replies
-
Thanks, I confirmed this is an issue with the dependency we are using to load text-based files for embedding processing. Will need to implement a custom loader. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
itsolidude
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks, I confirmed this is an issue with the dependency we are using to load text-based files for embedding processing. Will need to implement a custom loader.