GoogleMaps API #951
-
Can I connect to the GoogleMaps API? When I try through Laravel I get an error. I mean, I don't see an error in the logs, but the software is standing there and it crashes me. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Is this from a Lambda or from the frontend ? If it's in Lambda then maybe you don't have internet access because you are inside a VPC and your Lambda does not have acces to internet. If that's the case then generally your Lambda will timeout. |
Beta Was this translation helpful? Give feedback.
-
@mariuszmalek to be honest, it seems like you may struggling with many different issues, with Bref but maybe also more generally with Laravel and hosting in general (judging by the last 5 tickets you opened). Maybe you might be better using something a bit simpler to host Laravel: have you looked at Laravel Forge for example? I'm saying this because I sometimes see a few people struggle like this, and it's very likely that you may be wasting a lot of time when you could get things done faster with another approach. So I'd rather save you some time and frustration. Hope that helps! |
Beta Was this translation helpful? Give feedback.
@mariuszmalek to be honest, it seems like you may struggling with many different issues, with Bref but maybe also more generally with Laravel and hosting in general (judging by the last 5 tickets you opened).
Maybe you might be better using something a bit simpler to host Laravel: have you looked at Laravel Forge for example?
I'm saying this because I sometimes see a few people struggle like this, and it's very likely that you may be wasting a lot of time when you could get things done faster with another approach. So I'd rather save you some time and frustration.
Hope that helps!