[GH-ISSUE #93] [Error] Cannot add Social Media Item: Failed to sync node with server. Please refresh. #210

Closed
opened 2026-04-13 13:36:11 -05:00 by GiteaMirror · 3 comments
Owner

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.

Image

Then it show this message:

Image

And the item is gone.

Version: last from Github.
Installed with: the commands shown in the README

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. <img width="366" height="127" alt="Image" src="https://github.com/user-attachments/assets/8031986c-f6b9-470e-af62-15ef6cd6ad46" /> Then it show this message: <img width="568" height="343" alt="Image" src="https://github.com/user-attachments/assets/5350c146-a4c1-41f2-b6e3-8dacba9e4ad2" /> And the item is gone. Version: last from Github. Installed with: the commands shown in the README
Author
Owner

@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.

<!-- gh-comment-id:3637210432 --> @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.
Author
Owner

@s7x 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.

Awesome! Thanks a lot!
Rad tool btw :)

<!-- gh-comment-id:3637243318 --> @s7x commented on GitHub (Dec 10, 2025): > Hey [@s7x](https://github.com/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. Awesome! Thanks a lot! Rad tool btw :)
Author
Owner

@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, SocialAccount references a Username type, and for now the nested type support is not optimal.

Closing this, thanks again !

<!-- gh-comment-id:3637340200 --> @dextmorgn commented on GitHub (Dec 10, 2025): @s7x I make a quick fix [3ad9e72](https://github.com/reconurge/flowsint/commit/3ad9e72ca1c4845202199294992d5fc056c01336). You should not have issues inserting a SocialAccount anymore. The thing is some types reference other complex types, `SocialAccount` references a `Username` type, and for now the nested type support is not optimal. Closing this, thanks again !
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/flowsint#210