-
|
I have an async route defined like this And the method is defined like this The route is actually called and appears to function correctly, but then the status return is a failure with an exception thrown of Any ideas how to fix this? |
Beta Was this translation helpful? Give feedback.
Answered by
emrys90
May 2, 2025
Replies: 1 comment 1 reply
-
|
I realized this was happening because I was on an old version of Sisk that didn't support async yet. Updating fixed this issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
CypherPotato
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I realized this was happening because I was on an old version of Sisk that didn't support async yet. Updating fixed this issue.