Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Flow is exported with data: [object Object] #4492

Closed
javix64 opened this issue Apr 17, 2024 · 7 comments
Closed

[BUG]: Flow is exported with data: [object Object] #4492

javix64 opened this issue Apr 17, 2024 · 7 comments

Comments

@javix64
Copy link
Contributor

javix64 commented Apr 17, 2024

Describe the bug
I want to export a flow, but instead to get the JSON data with the flow, I get a file with the [object Object] data.

To Reproduce
1- Go to "My flows"
2- Select any flow that you want to export, click the tree points (options)
3- Click on: Export
4- You download a file called: {flow}.json, inside there is only the data: [object Object]

Expected behavior
You can download the flow without any problem.

Screenshots
screenshot0
screenshot1
screenshot2

Additional context
As I had to deploy the container of Activepieces, I tried to run the project and replicate this issue, but:
1- I am not able to use any piece (probably I miss a step, I do not know)
2- I am able to download the flow, this is the data:

{
  "created": "1713376499159",
  "updated": "1713376499159",
  "name": "Demo: The Gelato Factory 🍦",
  "description": "",
  "tags": [],
  "pieces": [],
  "template": {
    "displayName": "Demo: The Gelato Factory 🍦",
    "trigger": {
      "name": "trigger",
      "valid": false,
      "displayName": "Select Trigger",
      "type": "EMPTY",
      "settings": {
        "inputUiInfo": {}
      }
    },
    "valid": false
  },
  "blogUrl": ""
}
@abuaboud
Copy link
Contributor

abuaboud commented Apr 17, 2024

It's will be released with next version, already fixed in

#4447

Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If this issue is continuing with the latest stable version of Activepieces, please open a new issue that references this one.

@javix64
Copy link
Contributor Author

javix64 commented Apr 27, 2024

Hey @abuaboud. After upgrading Activepieces to the lastest version: 0.25.1.
The issue is the same.

Could you double check it?

Thanks!

@abuaboud
Copy link
Contributor

Hi @javix64 Are you sure it's 0.25.1? I can't reproduce it anymore on the cloud and this user also has it's fixed, they had similar issue when they Dm'd me

https://community.activepieces.com/t/importing-flow-ap-version-0-24-1/3933

@abuaboud
Copy link
Contributor

Hi @javix64 I tested on 0.25.1 locally and I can confirm it's working

@javix64
Copy link
Contributor Author

javix64 commented Apr 27, 2024

I will investigate deeply tomorrow. I do not know what I am doing wrong.

Thanks anyway!

@javix64
Copy link
Contributor Author

javix64 commented Apr 28, 2024

Hey @abuaboud ! it is working fine. Probably the issue was something regarding cache.

Thanks!
Have a good day 😄

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

No branches or pull requests

2 participants