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
What did you expect to happen? What happened instead?
#3284 changed the invite expiration by adjusting the config parameter, but since this is stored in the index we need to recreate the index for this to be safe. We always try to create the indices on startup, which will fail if there's already an index with different values.
Browsertrix Version
cda440a
What did you expect to happen? What happened instead?
#3284 changed the invite expiration by adjusting the config parameter, but since this is stored in the index we need to recreate the index for this to be safe. We always try to create the indices on startup, which will fail if there's already an index with different values.
Reproduction instructions
Screenshots / Video
No response
Environment
No response
Additional details
No response