cnerdmahadi
how can I add grpc in php extension in laravel while deploying app in railway
I am trying to add grpc extension using NIXPACKS_PKGS but still shows
[ 7/10] RUN mkdir -p /var/log/nginx && mkdir -p /var/cache/nginx && composer update && npm i:#11 8.698 Your requirements could not be resolved to an installable set of packages. #11 8.698 #11 8.698 Problem 1 #11 8.698 - google/cloud-firestore[v1.35.0, ..., v1.36.0] require ext-grpc * -> it is missing from your system. Install or enable PHP's grpc extension. #11 8.698 - Root composer.json requires google/cloud-firestore ^1.35 -> satisfiable by google/cloud-firestore[v1.35.0, v1.36.0]. how can I solve that?
2 replies