mooz
mooz
NNuxt
Created by mooz on 5/31/2025 in #❓・help
formdata append not working
Array.from(data).forEach((file, index) => {
console.log(file)
formData.append(`index${index}`, file)
console.log(formData)
})
Array.from(data).forEach((file, index) => {
console.log(file)
formData.append(`index${index}`, file)
console.log(formData)
})
Log prints the contents of the file but an empty formdata, why?
12 replies
NNuxt
Created by mooz on 5/20/2025 in #❓・help
runtimeConfig is empty
No description
12 replies
NNuxt
Created by mooz on 5/1/2025 in #❓・help
Adding onSelect() to NuxtUI CommandPalette causes error "cannot stringify a function"
No description
6 replies