-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
File Field Returns "Error" #46
Comments
|
Getting a similar error with |
Hum seems like the async chunk request for |
The only errors I'm seeing in console are what was pasted above. I can't imagine that the file isn't accessible, I'm wondering if it's the ~ that's throwing things off. Hm. |
I think I got it, could you try again with the more detailed installation instructions I added in the storybook |
Just checked out the update. I'm not using Webpack, so unfortunately I can't use the suggested config. |
Out of simple curiosity, what do you use instead?
Can you try to copy the js files in your assets/formol directory (served at |
For this project using Meteor but I would typically reach for something like Parcel or Gatsby (webpack under the hood). Meteor's build tool is fantastic and typically doesn't run into issues code splitting. |
I managed to make it work for gatsby: see #47 |
I am trying it on codesandbox with the simplest example (login+password) and i get the same error, the folder trick is not helping i think |
Care to share a link to your code sandbox? |
Here you go: https://codesandbox.io/s/92ln56740p?fontsize=14 |
Thanks @paradoxxxzero in the meantime this will be ok! |
Also getting the same error for |
<Field type="file">Background</Field>
shows up as
Not sure why. I'd love some code examples in the docs :) I'll try to add some when I can.
The text was updated successfully, but these errors were encountered: