hello, I had the same error, I solved it in the following way:
first run the command vapor team:current.
to display the current team in which I was which was in personal, as I had my project within an organization I had to switch to that team, then I ran the command vapor team:switch, I had to switch to that team, then I ran the command vapor team:switch.
Laravel Vapor -Problem Creating AWS Resource
Please can someone tell me what I'm doing wrong...
I have installed the vapor cli globally, and even locally to my project. It works in both cases with logging in and tells me my authentication is successful.
The problem I'm having is running vapor init. It asks for the name of my project and the region, both work fine. It then asks if I want to create vanity URLs and once I answer (yes or no has the same result) I get the following:
Whoops! There were some problems with your request.
There was a problem creating one or more AWS resources for your project. AWS Error Message: The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.
I have tried this using the root keys in AWS as well as IAM user keys and it always comes up with the same problem in the same place.
What have I missed and do you know something else I could try? I'll admit I'm fresh to AWS but surely this is something simple I'm missing.
Thanks for any help you can provide.
Please or to participate in this conversation.