How to upload image file with useStorage('assets:something') #2033
Unanswered
VladimirCores
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Setting:
In dev (
nuxt dev
) mode I'm able to upload image in public folder:And it works in dev mode.
But after build (
nuxt build
) and run (node .output/server/index.mjs
) nothing works.Please help to find out how store files in prod?
Beta Was this translation helpful? Give feedback.
All reactions