-
Notifications
You must be signed in to change notification settings - Fork 21
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
importing files fails #15
Comments
Check this PR: #16 You can try my temporary fork. In npm: This happens because placeholder generation happens way before assets transfer/import. Transfer should preserve existing placeholders in database/records, not generate new ones, so my PR will help. |
I got your fork and it's failing with error:
|
Hey guys, super busy with work, but I will try to take a look at this issue in this weekend. |
Hey @nikravi ! I checked my changes again to try to find something that could cause this error. I haven't changed any interaction with database nor something related. I have only added conditional patching of placeholder value itself and logging rules. So, I think, less likely that this error is caused by my changes. Must be related to some version changes or completely unrelated issue. More details needed for future investigation:) |
when importing images on a new strapi instance, strapi-placeholder plugin fails staring at the lifecycle
any ideas what is causing this?
The text was updated successfully, but these errors were encountered: