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]: Storing Sample data Inside flow causing unsaved changes error. #4811

Open
epavanello opened this issue May 29, 2024 · 6 comments
Open
Labels
🐛 bug Something isn't working

Comments

@epavanello
Copy link

epavanello commented May 29, 2024

Describe the bug
When I generate Sample data for a step (Mandatory to have test data for the next steps), for some pieces, it crashes.
I found that for example "Image to base64" complete, but the frontend seems that lost connection, as you can see from that screenshot.

To Reproduce
Steps to reproduce the behavior:

  1. Generate an image from openai
  2. Convert the url image to base64
  3. Test the step to have sample data
  4. See error

Expected behavior
In this case there should be no errors.

Screenshots
image

@abuaboud
Copy link
Contributor

Hi @epavanello

Which version are you using? How large is the image?

@abuaboud abuaboud added 🐛 bug Something isn't working blocked: waiting-response waiting a response from the user labels May 29, 2024
@epavanello
Copy link
Author

Hi @abuaboud, I'm using the last version deployed on prem (0.26.1)

@abuaboud
Copy link
Contributor

How large is the image? I think the reason is the sample data is large

@epavanello
Copy link
Author

@abuaboud probably that's the reason, it's a base64 version of a 1024x1024 image, but I think that the platform should handle correctly this case without stop working.
When the problem occurs, I'm not able to save the flow anymore and the test data is lost

@eduinlight
Copy link

eduinlight commented Jun 11, 2024

We have the same issue calling an endpoint with a large response. Self Hosted. Version: 0.27.0

@abuaboud abuaboud changed the title [BUG]: You have unsaved changes on this page due to network disconnection [BUG]: Storing Sample data Inside flow causing unsaved changes error. Jun 15, 2024
@abuaboud abuaboud removed the blocked: waiting-response waiting a response from the user label Jun 15, 2024
@abuaboud
Copy link
Contributor

Marked as bug and we will try to improve this in upcoming sprints

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants