rhymbit
Google Cloud Storage library error inside docker, but outside on my pc it's working fine.
An Update :-
- I was using podman instead of docker, and it wasn't working inside podman.
- I installed docker again and tried with docker, and it works fine.
I think there was some problem with podman's network configs or something that wasn't allowing that google library to connect to
https://googleapis.com/v4
(something like this url) to verify token and stuff.
For now, I don't have patience to figure out a way to make it work in podman 😓 , so I'll just take docker.
PS: Also deployed this container image (using podman itself) to google cloud run and it works fine over there as well. ✌️6 replies