Last night my self-hosted app stopped working, and after looking at the logs I was able to determine that my API token had expired. Here’s the error I received:
data: {
code: 16,
message: 'invalid auth token: token is expired by 1h12m26s',
details: []
}
I was able to replace it by going back to my Tidbyt iOS app and grabbing what was indeed a new token, but I wanted to ask if this is something we should expect to happen periodically? I didn’t see anything in the documentation about an expiration, and I hadn’t opened the Tidbyt iOS app recently or requested a new token. Thanks!