mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-07 04:09:49 -05:00
[GH-ISSUE #93] [Error] Cannot add Social Media Item: Failed to sync node with server. Please refresh. #618
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @s7x on GitHub (Dec 10, 2025).
Original GitHub issue: https://github.com/reconurge/flowsint/issues/93
Hi there.
There is an error when trying to add a Social Account item, it just shows the error "Failed to sync node with server. Please refresh." then deletes the item.
Then it show this message:
And the item is gone.
Version: last from Github.
Installed with: the commands shown in the README
@dextmorgn commented on GitHub (Dec 10, 2025):
Hey @s7x,
Thanks for pointing this out. I was able to reproduce the bug and there's indeed a type validation error server side for
SocialAccount. I'm pushing a fix in a couple of minutes.@s7x commented on GitHub (Dec 10, 2025):
Awesome! Thanks a lot!
Rad tool btw :)
@dextmorgn commented on GitHub (Dec 10, 2025):
@s7x I make a quick fix 3ad9e72. You should not have issues inserting a SocialAccount anymore.
The thing is some types reference other complex types,
SocialAccountreferences aUsernametype, and for now the nested type support is not optimal.Closing this, thanks again !