You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi:
After deploying the build in a production environment, images uploaded to the public/uploads directory show 404 errors in both the file list and upload preview. How can this issue be resolved? Thank you.
The text was updated successfully, but these errors were encountered:
hi: After deploying the build in a production environment, images uploaded to the public/uploads directory show 404 errors in both the file list and upload preview. How can this issue be resolved? Thank you.
Only assets that are in the public directory at build time will be served by Next.js. Files added at runtime won't be available
If you don’t want to borrow external cloud storage for files uploaded at runtime, and can directly preview them in the system, do you have any good suggestions? Thanks
hi:
After deploying the build in a production environment, images uploaded to the public/uploads directory show 404 errors in both the file list and upload preview. How can this issue be resolved? Thank you.
The text was updated successfully, but these errors were encountered: