Square brackets should be encoded on aws lambda #2457
sercanvirlan
started this conversation in
General
Replies: 1 comment
-
after creating a load balancer this is fixed automatically. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Square brackets on URL's (especially filtering) should be url encoded on url's when using AWS Lambda (Laravel Vapor)
See
https://docs.vapor.build/1.0/projects/troubleshooting.html#sandbox-url-returns-400-message-null
Steps to reproduce
Use a filter on any module

Expected result
Should work properly
Actual result
Causing a 400 error.
Versions
Twill version: 3.0.0-rc4
Laravel Framework 9.51.0
PHP 8.1.16
MySql
Beta Was this translation helpful? Give feedback.
All reactions