You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I keep getting this error when I change an environment variable (not during the initial deployment) on AWS Beanstalk.
In Request.php line 321:
Symfony\Component\HttpFoundation\Request::create(): Argument #1 ($uri) must
be of type string, null given, called in /var/app/staging/vendor/laravel/f
ramework/src/Illuminate/Foundation/Bootstrap/SetRequestForConsole.php on li
ne 32
Steps To Reproduce
Setup some environment variable in .ebextensions.
Ensure your Config is cached in post deploy .hooks/postdeploy.
Deploy to AWS Beanstalk
Attempt to change the environment variable in the ELB Console
This discussion was converted from issue #46767 on April 14, 2023 08:19.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Laravel Version
9.51.0
PHP Version
8.1.16
Database Driver & Version
No response
Description
I keep getting this error when I change an environment variable (not during the initial deployment) on AWS Beanstalk.
In Request.php line 321:
Symfony\Component\HttpFoundation\Request::create(): Argument #1 ($uri) must
be of type string, null given, called in /var/app/staging/vendor/laravel/f
ramework/src/Illuminate/Foundation/Bootstrap/SetRequestForConsole.php on li
ne 32
Steps To Reproduce
Beta Was this translation helpful? Give feedback.
All reactions