{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"cloud.zezh.ru"
],
"updater.release.channel": "stable",
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "34.0.0.12",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"app_install_overwrite": {
"1": "metadata",
"2": "extract",
"3": "printer",
"7": "solitaire",
"8": "previewgenerator"
},
"overwrite.cli.url": "https:\/\/cloud.zezh.ru",
"overwriteprotocol": "https",
"memcache.local": "\\OC\\Memcache\\APCu",
"memcache.distributed": "\\OC\\Memcache\\Redis",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 6379
},
"default_phone_region": "RU",
"default_language": "ru",
"default_locale": "ru_RU",
"skeletondirectory": "",
"htaccess.RewriteBase": "\/",
"mail_smtpmode": "smtp",
"mail_sendmailmode": "smtp",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtpauth": true,
"maintenance": false,
"loglevel": 2,
"maintenance_window_start": 1,
"forbidden_filename_basenames": [
"con",
"prn",
"aux",
"nul",
"com0",
"com1",
"com2",
"com3",
"com4",
"com5",
"com6",
"com7",
"com8",
"com9",
"com\u00b9",
"com\u00b2",
"com\u00b3",
"lpt0",
"lpt1",
"lpt2",
"lpt3",
"lpt4",
"lpt5",
"lpt6",
"lpt7",
"lpt8",
"lpt9",
"lpt\u00b9",
"lpt\u00b2",
"lpt\u00b3"
],
"forbidden_filename_characters": [
"<",
">",
":",
"\"",
"|",
"?",
"*",
"\\",
"\/"
],
"forbidden_filename_extensions": [
" ",
".",
".filepart",
".part"
],
"simpleSignUpLink.shown": false,
"trashbin_retention_obligation": "14, auto",
"versions_retention_obligation": "30, auto",
"activity_expire_days": 7,
"memories.db.triggers.fcu": true,
"memories.exiftool": "\/var\/www\/nextcloud\/apps\/memories\/bin-ext\/exiftool-amd64-glibc",
"memories.vod.path": "\/var\/www\/nextcloud\/apps\/memories\/bin-ext\/go-vod-amd64",
"memories.vod.ffmpeg": "\/usr\/bin\/ffmpeg",
"memories.vod.ffprobe": "\/usr\/bin\/ffprobe",
"memories.gis_type": 1,
"theme": "",
"data-fingerprint": "08a90f108d4d718fe7e0a0455841f1d6",
"trusted_proxies": "***REMOVED SENSITIVE VALUE***",
"enabledPreviewProviders": [
"OC\\Preview\\Image",
"OC\\Preview\\Movie",
"OC\\Preview\\MP3"
],
"preview_max_memory": 512,
"preview_max_filesize_image": 1024,
"preview_ffmpeg_path": "\/usr\/bin\/ffmpeg",
"preview_ffprobe_path": "\/usr\/bin\/ffprobe",
"preview_concurrency_all": 16,
"preview_concurrency_new": 8,
"preview_max_x": 1024,
"preview_max_y": 1024,
"defaultapp": "",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "587",
"mail_smtpstreamoptions": {
"ssl": {
"allow_self_signed": false,
"verify_peer": true,
"verify_peer_name": true
}
}
}
}
Steps to reproduce
Expected behaviour
The bot should automatically reconnect after the container restarts and continue receiving Talk webhook events without requiring any manual action.
Actual behaviour
After restarting the ExApp container, the bot continues to receive webhook requests from Talk, but it is unable to respond to messages.
Outgoing responses fail because the bot secret is missing, so requests to Talk cannot be authenticated.
The ExApp log contains the following messages immediately after restart:
App log
As a result, the bot appears online and receives events, but does not send any replies until it is manually re-enabled.
Server configuration
Web server: Apache
Database: Maria
PHP version: 8.4-fpm
Nextcloud version: 34.0.0
List of activated apps
Nextcloud configuration
Browser
Browser name:
Browser version:
Operating system:
Browser log