Rails 4 Click Tracker - Turbolinks problem log
Started GET "/fixtures/get/1/videofiledotext" for 127.0.0.1 at 2013-09-06 14:16:30 +0100 | |
Processing by FixturesController#get_download_uri_for as HTML | |
Parameters: {"fixture_id"=>"1", "object_key"=>"videofiledotext"} | |
..... | |
Redirected to https://s3-eu-west-1.amazonaws.com/giantslivetv-video/videofiledotext?AWSAccessKeyId=xyz&Expires=123&Signature=ggy%3D | |
Completed 403 Forbidden in 54ms (ActiveRecord: 43.6ms) | |
Started GET "/fixtures/get/1/videofiledotext" for 127.0.0.1 at 2013-09-06 14:16:30 +0100 | |
Processing by FixturesController#get_download_uri_for as HTML | |
Parameters: {"fixture_id"=>"1", "object_key"=>"videofiledotext"} | |
..... | |
Redirected to Redirected to https://s3-eu-west-1.amazonaws.com/giantslivetv-video/videofiledotext?AWSAccessKeyId=xyz&Expires=123&Signature=ggy%3D | |
Completed 302 Found in 50ms (ActiveRecord: 19.2ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment