Getting error when importing csv file #13156
Unanswered
adiartawibawa
asked this question in
Help
Replies: 2 comments 2 replies
-
Could you share the code that you are using? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hey just chiming in. I had the same issue. Turns out I had modified the config/livewire.php file.
When I removed the mimes rule it started working. Not sure why it's not recognizing the csv mime here. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Package
Form builder
Package Version
v3.1
How can we help you?
Hello everyone,
I'm encountering an issue while trying to import a CSV file using Filament version 3.1. I suspect the problem lies with the default
file-upload.js
script provided by Filament. Here are the details:file-upload.js
.Here are the steps I've already taken:
Despite these efforts, the issue persists. I have created a video showing the error that occurs when trying to import the CSV file.
Has anyone else experienced a similar issue or have any suggestions on how to resolve this problem?
Thank you in advance for your help!
file.import.mp4
Beta Was this translation helpful? Give feedback.
All reactions