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

[bug]: Filename size limited to 100 characters 💥 #5702

Open
1 task done
sasha-id opened this issue Sep 26, 2024 · 1 comment
Open
1 task done

[bug]: Filename size limited to 100 characters 💥 #5702

sasha-id opened this issue Sep 26, 2024 · 1 comment
Assignees
Labels
🐛bug Something isn't working

Comments

@sasha-id
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

Trying to upload file with filename > 100 chars will fail with popup error:

Screenshot 2024-09-26 at 10 09 28
  1. This is very limiting, make it 255 at least
  2. The only way to find what went wrong is to debug http requests, no logs or meaningful error

Response from api

{"asset":["Ensure this filename has at most 100 characters (it has 104)."]}

Steps to reproduce

upload images with filename >100chars

Environment

Production

Browser

Google Chrome

Variant

Self-hosted

Version

v0.22

@sasha-id sasha-id added the 🐛bug Something isn't working label Sep 26, 2024
@sasha-id sasha-id changed the title [bug]: Filename size limit to 100 characters [bug]: Filename size limited to 100 characters 💥 Sep 26, 2024
@pushya22
Copy link
Collaborator

pushya22 commented Oct 3, 2024

@sasha-id this issue is already fixed and will part of our next release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants