Laravel 11, PHP 8.3 mysql driver not enabled, also can't use postgress #1814
-
Description: How to reproduce:
deploy using following
My
docker-compose.yml
I have a folder
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 2 replies
-
MySQL is included and enabled by default in the Bref runtime. Could you try with MySQL and post the entire error? |
Beta Was this translation helpful? Give feedback.
-
With Mysql is working, also the cors error was because my frontend didn't had a ssl certificate. |
Beta Was this translation helpful? Give feedback.
-
The problem was that i was using PHP_INI_SCAN_DIR |
Beta Was this translation helpful? Give feedback.
-
Not really. I'm not able to upload files to S3, also queue is not working (probably because the upload failed). the files are being sent to lambda, but when i do |
Beta Was this translation helpful? Give feedback.
-
@mnapoli do you have any idea why can't i upload files to s3, and post messages to queues? |
Beta Was this translation helpful? Give feedback.
-
Will open a new discussion related to s3 and sqs error |
Beta Was this translation helpful? Give feedback.
The problem was that i was using PHP_INI_SCAN_DIR
and it wasn't recognizing the path /var/task/<path/to/my/ini>
i simply removed that from provider environment and add the php/conf.d folder to root of the project