-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Art with custom logo can't be downloaded and use with url. #406
Comments
Hi @adawatia , I'm Keming, one of the major contributors to Socialify. Could you share a live link/fork with instructions on how to recreate your issue? I don't have much to work with from just a single sentence:
Some screenshots will be also much appreciated! Hear from you soon. Best, K.H |
Currently, I am using Brave v1.73.91. Below is markdown
Without logo markdown |
Hi @adawatia , here's the root cause after my investigation: Socialify current does not accept whole binary encoded image URIs, for them being too large as the http request headers to our backend. Note HTTP Referrer header: Length is over “4096” bytes limit - stripping referrer header down to origin: “https://socialify.git.ci/” |
Simple Solution:
This should fully resolve the issue. @adawatia And @wei shall we add this as part of the README to clarify for future users? I can do it after #375 and #405 . |
Heyyy @adawatia thanks for using the app. As @KemingHe stated, the root cause is the URI being too long.
For the time being I recommend uploading your image to an image host like @KemingHe suggested 😄 . |
Sorry I missed you were already using an SVG, it just happened that svg is huge. @KemingHe Let's maybe add a warning or error (red border) around SVG Logo input if the data uri is larger than, say 3096 bytes and ask users to upload to an image host and provide the direct image url. Wdyt? |
No description provided.
The text was updated successfully, but these errors were encountered: