Where do I change the store property in the FileUploader component of nextjs/react?

Where can I modify this property in my uploader service? When I upload images through that component, by default they are not saved in the store, and I need them to be saved in the store permanently, since by default they are deleted after 24 hours.

Hi @Carlos_Terrazas ,

You can configure the default storage behavior in project settings:

There’s no need to change anything on the uploader side, as it uses STORE=auto by default, which means the behavior will be defined by your project configuration.