Closed fir3bird closed 5 months ago
OK, out of despair I completely restarted the project from zero and voila ... it now works - don't ask me why, must be a kind of black magic going on.
Thank you for this cool nuxt module once again and keep up the good work! :-)
@fir3bird You're welcome! I'm glad it works now, I suspect the issue has to do something with the title of the file since this might be where the split
got confused. but if it happens again you are welcome to provide the details of the files you sent so I can get to fixing it asap
Hi, first: thanks for your work! :-)
Unfortunately I am facing an issue that is driving me crazy. I just started a naked nuxt project and wanted to play around with your library, but if I try to upload files I always get that error message on the server side:
The strange thing is, that if I just do a
console.log(file)
right before the split function it shows the data that was transmitted correctly (as a string).I would say "help me stackoverflow - you're my only hope" but this time even stackoverflow could not help me out of the garbage compactor.