-
Notifications
You must be signed in to change notification settings - Fork 585
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
Unable to get configuration from AppConfig on browser #2587
Comments
The |
As a short-term workaround, you can specify |
I got the warning for the |
Hi @abel30567, Can you open a separate issue for it? We will address it separately. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Describe the bug
@aws-sdk/client-appconfig
is referencing[email protected]
and that package does not implement__spreadArray
. When loading the package on a React app I see the following warningsI am not able to fetch the App Configs
Your environment
SDK version number
@aws-sdk/[email protected]
Is the issue in the browser/Node.js/ReactNative?
Browser
Details of the browser/Node.js/ReactNative version
Steps to reproduce
Observed behavior
When I send a request I get the following error
Expected behavior
Expected to receive the AppConfig blob response.
Screenshots
According to browser dev tools the
MiddlewareStack.js:110
depends on__spreadArray
Additional context
I replaced
tslib
from@aws-sdk/[email protected]
manually with version[email protected]
and the following warning went away.However, the request kept on failing when trying to fetch the AppConfigs
The text was updated successfully, but these errors were encountered: