You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.
When I choose (by browsing) or drag an image to my image uploader and submit my form I get a message "Logo is required". Logo is the image upload field and it is required, but no matter which way i try to load an image to upload it does not recognize it (even though the name of the image shows in the field as normal once it is "seeminly" chosen). This all was working two days ago and suddenly stopped working. I have done everything, from re-write the code, re-install each component and try different browsers. The only thing I know that has changed is that i upgraded from meteor 1.0.5 to 1.1.2. I am not sure if the upgrade was the problem but everything stopped working.
I am using autoform 5.1.2
cfs-autoform 2.20
cfs-ui 0.1.3
cfs-filesystem 0.1.2
Meteor 1.1.2
The text was updated successfully, but these errors were encountered:
+1 also having this issue. I'm kind of a n00b with Meteor, and my app is barely beyond meteor create . It's probably something super-obvious I'm missing, but I'd appreciate any help.
Also getting Exception in setInterval callback: MongoError: '$pull' is empty. , but randomly rather than just when submitting the form. Full stacktrace here. Don't think it's caused by cfs-autoform, but it may be the root cause of the image not uploading. Have no idea what it means, but it looks like collection2 is trying to issue an update and getting a Mongo error.
When I choose (by browsing) or drag an image to my image uploader and submit my form I get a message "Logo is required". Logo is the image upload field and it is required, but no matter which way i try to load an image to upload it does not recognize it (even though the name of the image shows in the field as normal once it is "seeminly" chosen). This all was working two days ago and suddenly stopped working. I have done everything, from re-write the code, re-install each component and try different browsers. The only thing I know that has changed is that i upgraded from meteor 1.0.5 to 1.1.2. I am not sure if the upgrade was the problem but everything stopped working.
I am using autoform 5.1.2
cfs-autoform 2.20
cfs-ui 0.1.3
cfs-filesystem 0.1.2
Meteor 1.1.2
The text was updated successfully, but these errors were encountered: