proxy-client-react icon indicating copy to clipboard operation
proxy-client-react copied to clipboard

Unable to fetch feature toggles DOMException: signal is aborted without reason

Open nmaties opened this issue 1 year ago • 7 comments

Describe the bug

Hello there,

I keep on getting the following error in the browser: image

image

Has anyone else experienced this?

Do you know how I can fix it?

Using version: ^4.1.1 in the package.json

Steps to reproduce the bug

No response

Expected behavior

No response

Logs, error output, etc.

No response

Screenshots

No response

Additional context

No response

Unleash version

^4.1.1

Subscription type

None

Hosting type

None

SDK information (language and version)

No response

nmaties avatar May 20 '24 09:05 nmaties

We're aware of this: https://github.com/Unleash/unleash-proxy-client-js/pull/183. A few people reported seeing those error so we'll be looking into this today.

kwasniew avatar May 21 '24 07:05 kwasniew

Thank you @kwasniew!

nmaties avatar May 21 '24 09:05 nmaties

@nmaties can you confirm if https://github.com/Unleash/proxy-client-react/releases/tag/v4.2.3 fixes your issue?

kwasniew avatar May 21 '24 10:05 kwasniew

Give me some time, I'll check it and reply here. @kwasniew

nmaties avatar May 22 '24 09:05 nmaties

@kwasniew I am still able to reproduce it with v4.2.3

nmaties avatar May 22 '24 09:05 nmaties

@nmaties can you fork and edit my blitz https://stackblitz.com/edit/react-flags-demo?file=src%2FApp.js to help me diagnose the issue? I prepared a starter project reading a flag from a demo account and doing a basic check. I use 4.3.2 for the react lib and 3.4.0 of unleash-proxy-client as my peer dependency.

kwasniew avatar May 22 '24 12:05 kwasniew

Also I updated peerDependency version in 4.2.4 if you didn't install unleash-proxy-client dependency manually and depended on auto install.

kwasniew avatar May 22 '24 12:05 kwasniew