I followed the doc and implemented a smart action in my rails back-end. The action run successfully in my app (it’is actually done & there is no error in the logs: the response is a 200), but I see an error message in forest.
Expected behavior
As our server returns a 200 with a success message, I should see that success message.
Thanks for providing so much detail about your issue.
In your capture, we can see that the request is displayed in red, meaning that the browser detected an error about it. Can you please check the console to see if there is any error message regarding this request?
I’ve noticed it as well right after posting the issue, it’s actually a CORS error. I’ve just pushed the changes to production, I guess it should fix this.
Sorry for the inconvenience, I’ll close this issue an re-open a new one if another issue spawns.