-
Notifications
You must be signed in to change notification settings - Fork 269
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
escapeshellarg(): Argument exceeds the allowed length of 8192 bytes #64
Comments
Depending on the payload size that comes in this could happen. |
This isn't an issue with memory. A possible solution would be to check whether the I wanted to try this for Github webhooks, but their payloads exceed the 8000 characters, unfortunately. |
Just to throw my hat into this - I've upped my memory to 2G (tried both 2G and 2GB) and still get this issue. using ngrok no issue at all.
Also just to add this is on MacOS |
I switched to using wsl 2 and I've set memory limit to 2GB and it works fine now (for same requests) |
im really puzzled as to whats happening on my machine then - Just so im not being a complete idiot, this is the line I have in my config:
|
Guys, this is still not working properly on mac OS. It does not seem to be affected by the memory limit setting. ~/.expose/config.php:
Where's this limitation coming from? I don't understand.
@mpociot what's your take on this? |
This also happens on my mac. Checked the stack trace and it looks like an issue with the "cuzzle" package used where it fails to format large request body. Not sure if there's a way to update the package being used. |
Hello,
I just started using the app, testing some payment webhooks and this error occurred:
after which the app closed.
I'm on windows using PHP7.4
The text was updated successfully, but these errors were encountered: