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
The backend fails to start up if you have local storage configured and then try to start with S3 storage, and vice versa. But if you switch from S3 to R2 (or to a different S3 url), the backend will start but write to the new storage and fail to get files it expects to be there because they're actually in the old storage.
The backend should include the S3 URL in the StorageTagInitializer stored in the database.