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
Trying to add a image storage field from a document property:
onFetch {profile_url: 'artists/imgs/profile/prof (1).jpg'} <--- entity
onFetch {profile_url: 'artists/imgs/profile/prof (1).jpg'}
const profile_url = buildProperty({ dataType: "string", name: "URL", id: "profile_url", propertyConfig: 'file_upload', storage: { storagePath: '/', }, });
results in:
TypeError: Cannot read properties of undefined (reading 'startsWith') at tde (StorageThumbnail.tsx:77:15) at ede (StorageThumbnail.tsx:58:49)
this is deployed to app.firecms.co (it also happens in dev) hope it's clear enough. tx
The text was updated successfully, but these errors were encountered:
hi @fgatti675 ! found this: #550 (comment)
it has to do with the file type setting.
Sorry, something went wrong.
No branches or pull requests
Trying to add a image storage field from a document property:
onFetch {profile_url: 'artists/imgs/profile/prof (1).jpg'}
<--- entityresults in:
TypeError: Cannot read properties of undefined (reading 'startsWith')
at tde (StorageThumbnail.tsx:77:15)
at ede (StorageThumbnail.tsx:58:49)
this is deployed to app.firecms.co (it also happens in dev)
hope it's clear enough.
tx
The text was updated successfully, but these errors were encountered: