We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The server will crash if it tries to resize and save an image whose filename will be too long for the filesystem and cause an ENAMETOOLONG error.
I think this is popping up now because the new Airtable attachment URLs have been pushed forwards (#149 #150)
The text was updated successfully, but these errors were encountered:
Fixed by the latest attachment system changes (they're all attXXXXXXXXXX.ext - a set length)
attXXXXXXXXXX.ext
Sorry, something went wrong.
slmnio
No branches or pull requests
The server will crash if it tries to resize and save an image whose filename will be too long for the filesystem and cause an ENAMETOOLONG error.
I think this is popping up now because the new Airtable attachment URLs have been pushed forwards (#149 #150)
The text was updated successfully, but these errors were encountered: