Skip to content

Conversation

@alexzvn
Copy link
Contributor

@alexzvn alexzvn commented Nov 23, 2025

Changes

  • Correct servers data structure before convert to json

Issues

Bug Description

image

Coolify with build server setup is filter out during select server for clone resource. During filter process, sometime it transform array to numeric key based object like case 1 above (idk why). Therefore, it continue render to json like {"0": {...}, "1": {...}} instead of case 2 as following [{...}, {...}] .

@alexzvn alexzvn changed the title fix: serialize server data to json fix(UI): serialize server data to json Nov 23, 2025
@alexzvn alexzvn changed the title fix(UI): serialize server data to json fix(ui): serialize server data to json Nov 23, 2025
@alexzvn alexzvn changed the title fix(ui): serialize server data to json fix(ui): clone resource sometime not show up network destination Nov 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant