question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. ItĀ collects links to all the places you might be looking at while hunting down a tough bug.

And, if youā€™re still stuck at the end, weā€™re happy to hop on a call to see how we can help out.

[question] Deploys to production are failing?

See original GitHub issue

Iā€™m not sure if the deployments to prod are effective or not. Here we see some failures in the pipes: https://github.com/Financial-Times/polyfill-service/actions/runs/1779486094

As a consequence, this fix does not seem to be deployed in production: https://github.com/Financial-Times/useragent_parser/issues/100

As a prof of it, a request to production with a Mobile Safari 14 user-agent is still is detecting It wrongly (returning the fetch polyfill when It should not):

curl 'https://polyfill.io/v3/polyfill.js?features=fetch' -H 'User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 14_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Mobile/15E148 Safari/604.1'

But a local build of the current master seems to work fine for me:

curl 'http://localhost:8080/v3/polyfill.js?features=fetch' -H 'User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 14_0_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0 Mobile/15E148 Safari/604.1'

My conclusion is that master does contain the fix and works fine, but the production host does not contain the fix, so may be the deployments to prod are really failing.

Let me know if I can help somehow. Thanks so much!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
JakeChampioncommented, Feb 17, 2022

@carles-thn it looks like we do have that version in the service, Iā€™m doing some more debugging on this

1reaction
JakeChampioncommented, Feb 14, 2022

@carles-thn Thanks, Iā€™ve got enough information in the issue description - Iā€™ll look into this now šŸ‘

Read more comments on GitHub >

github_iconTop Results From Across the Web

Deployment To Production failed - Salesforce Developers
I used the Outbound Change Sets to deploy to production. ... Problem = Failure Message: "line -1, column -1: Dependent class is invalid...
Read more >
Your Production Deployments: Success or Failure? - Harness
The bottom line is that deployment success is not consistently measured or verified. Success is through the eye of the beholder, and therefore,Ā ......
Read more >
unable to deploy my code in production getting dupecatcher ...
I am trying to deploy a Custome Fields and Apex Classes (including test classes) from our sandbox to production. I used the Outbound...
Read more >
ruby - Cap production deploy - Rails 6 - Failing - Stack Overflow
Trying to deploy a rails 6 application to a Digital Ocean droplet. I run cap production deploy and it fails with this error:...
Read more >
[question] Deploys to production are failing? Ā· Financial-Times ...
Set up job. 1s ; Add new issue or pull request to Origami Project Board. 2s ; Complete job. 0s.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found