mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-07 20:28:48 -05:00
[GH-ISSUE #41] Social transform output has wrong tag #313
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 @FarallonWest on GitHub (Nov 11, 2025).
Original GitHub issue: https://github.com/reconurge/flowsint/issues/41
Social transform output is social_profile instead of button for social.
@dextmorgn commented on GitHub (Nov 11, 2025):
Should be fixed with dba97be.
For changes to appear, please remove
nodes-display-settingsfrom your localStorage.@FarallonWest commented on GitHub (Nov 12, 2025):
I removed the file from localstorage with this path: flowsint › flowsint-app › stores > node-display-settings.ts
but it did not fix the problem. I exited, spun down Docker and restarted. I got this error (picture). Was able to re-enter the investigative space by going to the local url manually.
I am fairly certain this is my own user error.
@dextmorgn commented on GitHub (Nov 12, 2025):
Sorry this is not what I meant, you need to remove object
nodes-display-settingsfrom your browser's localStorage.So:
flowsint/flowsint-app/stores/node-display-settings.tsstorage(orApplicationon Chrome) tab, you'll see the section withlocalStorage, click on thenodes-display-settingsand delete it, it will be re-generated afterwardsLet me know if you need more help !
@FarallonWest commented on GitHub (Nov 12, 2025):
It is moved back and I cannot find the localStorage. This is the closest thing I have.
@dextmorgn commented on GitHub (Nov 12, 2025):
Good, so it's not there (it's going to be re-generated if you run 'randomize colors' in the settings, but you don't need to worry about it). You should not have the problem anymore. Can you confirm your app has restarted correctly and tag
social_profileis displaying correctly ?