This workflow in the logs shows a successful run but all queries of the run are shown to have skipped.
This workflow is running as it has done the required task.
Any ideas why this may be?
Hi @yubbygithubby, interesting behavior.
- Are we on Cloud or Self-hosted Retool? If Self-hosted, what version?
- Are all blocks connected in the WF? Please share a screenshot of it.
- Are we seeing any errors in the console?
Hey Paulo,
We are on Self Host 3.52.7
All blocks are connected. Here is a screens hot of some of the WF. They are all connected trust me ha.
As you can see from the below image, there are no errors in the console.
If you look to the left of the image you can see the successful and failed runs where it was running successfully until an error and then it hasn't worked since.
This is the log of the run with the error.
No idea what the issue may be
Could you share the get_core_products
query? Feel free to send it over a DM and hide any sensitive data to protect your privacy. It looks like there's a syntax error on it.
Could you also send a screenshot of your resource's settings? I'd like to see if we have disabled converting queries to prepared statements.
1 Like
For anyone following:
The issue was related to the request entity being too large. @yubbygithubby limited the number of products that flow through the WF and it solved it.
Happy building!
1 Like