Error: AWS serverless s3 policy Action does not apply to any resource(s) in statement
- Solution:https://bobbyhadz.com/blog/aws-s3-action-does-not-apply-to-resources
- Actions, whose name includes the word Bucket (ListBucket, GetBucketPolicy, GetBucketAcl) should be applied to a Resource of the bucket’s ARN (arn:aws:s3:::my-bucket)
- Whereas actions, whose names include the word Object (GetObject, PutObject, DeleteObject) should be applied to resources inside of the bucket (arn:aws:s3:::my-bucket/*).
Error:ngrok (x509 certificate signed by unknown authority
- Solution: stop VPN, start ngrok then start VPN
- https://forge.autodesk.com/blog/how-fix-ngrok-reconnecting-x509-certificate-signed-unknown-authority
Error: address port 3001 already in use when issuing “yarn server”
- On Windows
netstat -ano |findstr 3001 taskkill /PID process id /F