Description
When using Tabby with rtabby-web-api, config sync appears to succeed (HTTP 200), but the content field is always saved as {}.
Steps to reproduce
-
Configure Tabby sync:
configSync:
host: https://<instance>
token: <token>
-
Add a profile in Tabby
-
Click “Upload as a new config”
-
Check DB:
SELECT id, name, content FROM configs ORDER BY id DESC LIMIT 1;
Actual result
Expected result
Config content (profiles, etc.) should be stored instead of {}
Notes
- Tested with Tabby 1.0.215 and 1.0.230
- rtabby-web-api v0.4.5
Description
When using Tabby with rtabby-web-api, config sync appears to succeed (HTTP 200), but the
contentfield is always saved as{}.Steps to reproduce
Configure Tabby sync:
Add a profile in Tabby
Click “Upload as a new config”
Check DB:
Actual result
content = {}Expected result
Config content (profiles, etc.) should be stored instead of
{}Notes