-
Beta Was this translation helpful? Give feedback.
Answered by
Angel5a
May 2, 2023
Replies: 1 comment 1 reply
-
It can be that your env is not local and you are trying to fetch a whole s3 config array in place where only a string needed.
Revert all the changes to HasProfilePhoto you made, and change the 'profile_photo_disk' option in the config/jetstream.php (you can introduce ENV if you wish, a write same logic over env checking). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Ifriqiya
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It can be that your env is not local and you are trying to fetch a whole s3 config array in place where only a string needed.
Revert all the changes to HasProfilePhoto you made, and change the 'profile_photo_disk' option in the config/jetstream.php (you can introduce ENV if you wish, a write same logic over env checking).