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
Greetings,
I'm trying to deploy my commit to an AWS EC2 running docker (same config as my local docker) through CodePipeline, but I'm getting the error of the image below.
Locally, everything runs fine, and when I uninstall the laravel-mysql-spatial package from the commit and send it to AWS, it's successfully installed, meaning the problem has to do with the packaged and something in AWS. But I tried everything I know, and now I'm running out of ideas, that's why I came for you wizards of GitHub!
Thank you for tour attention!
The text was updated successfully, but these errors were encountered:
I had the same issue except in Github Actions. In my case I was able to get around this issue by switching away from the database cache driver. I'm still not super sure why this is a conflict, but I'm happy with moving to Redis!
Greetings,
I'm trying to deploy my commit to an AWS EC2 running docker (same config as my local docker) through CodePipeline, but I'm getting the error of the image below.
Locally, everything runs fine, and when I uninstall the laravel-mysql-spatial package from the commit and send it to AWS, it's successfully installed, meaning the problem has to do with the packaged and something in AWS. But I tried everything I know, and now I'm running out of ideas, that's why I came for you wizards of GitHub!
Thank you for tour attention!
The text was updated successfully, but these errors were encountered: