Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in uploading podcast where the thumbnail image size is larger than few KBs. #9

Open
AdrijeGuha opened this issue Nov 29, 2023 · 0 comments
Labels
backend Bug in back-end bug Something isn't working

Comments

@AdrijeGuha
Copy link
Owner

When uploading a new podcast series, if the thumbnail selected exceeds the size of more than a few KBs. In my case, as much as 35KB was not generating any error but exceeding 200KB was giving error.

Suggestion: Changing the storage of the image from MongoDB base64 to Firebase could resolve the issue. Or add a limiter to the thumbnail insertion point so the error can be prevented.

@AdrijeGuha AdrijeGuha added bug Something isn't working backend Bug in back-end labels Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Bug in back-end bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant