-
After upgrading to 3.0 i am getting the message ^ "A valid request line was not found in the provided string" after a few requests come in. I cant seem to figure out why, anybody else getting this? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
Are you able to reproduce this with a specific request? |
Beta Was this translation helpful? Give feedback.
-
i am still debugging but so far it is only happening on post requests, options and get seem to work fine. |
Beta Was this translation helpful? Give feedback.
-
I'm having the exact same issue having Stripe send me an The stripe response is HTTP status code 404 (Not Found) I think expose needs to add a longer timeout or it cannot handle the size of the requested payload. I would post the payload, but it's too long. @mpociot If you need to see the payload let me know and I'll drop it in here. Please post in here when a patch has been released. |
Beta Was this translation helpful? Give feedback.
-
I just tagged version 3.0.1 which fixes this issue. You can update manually by running |
Beta Was this translation helpful? Give feedback.
I just tagged version 3.0.1 which fixes this issue.
Version 3.0.1 also adds a Stripe request plugin:
You can update manually by running
expose self-update