Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox network error on all icons NS_BINDING_ABORTED ( But load after in another request ) #142

Open
joaopedrodcf opened this issue Jan 8, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@joaopedrodcf
Copy link

joaopedrodcf commented Jan 8, 2024

Describe the bug
If we look into the network requests of the example: https://react-international-phone-storybook.vercel.app/?path=/story/phoneinput--default

We can see that all svg requested are duplicated the first time being NS_BINDING_ABORTED and the second time they do request correctly.

I can also see that one comes from (img) and the other from (lazy-img).

It works well in chrome and safari, this seems to be firefox only problem.

From what I saw: https://stackoverflow.com/questions/704561/ns-binding-aborted-shown-in-firefox-with-httpfox#:~:text=Then%20you%20will%20see%20the,so%20it%20temporarily%20ignores%20Expires.

https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&ved=2ahUKEwijxMis982DAxV3EFkFHVYQAOYQFnoECBQQAQ&url=https%3A%2F%2Fcommunity.cloudflare.com%2Ft%2Fmoved-ns-to-cf-error-ns-binding-aborted-headers-missing%2F340304&usg=AOvVaw3FWYQpKhT6KOd6Zq9_6X-l&opi=89978449

Could be some missing flag in Cloudflare

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://react-international-phone-storybook.vercel.app/?path=/story/phoneinput--default
  2. Open network tab
  3. Check that all icons appear two times
  4. And the first time all with NS_BINDING_ABORTED

Expected behavior

Icons should only appear one time in the network tab

Screenshots
image

Desktop (please complete the following information):

  • OS: OSX
  • Browser: Firefox
  • Version: 122
@joaopedrodcf joaopedrodcf changed the title All icons fail to load in the network tab with NS_BINDING_ABORTED ( But load after in another request ) Firefox network error on all icons NS_BINDING_ABORTED ( But load after in another request ) Jan 8, 2024
@goveo goveo added the help wanted Extra attention is needed label May 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants