-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
feat(medusa-js): add axios adapter to config #6214
feat(medusa-js): add axios adapter to config #6214
Conversation
|
@SirRodney is attempting to deploy a commit to the medusajs Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
when is this going out? sorry to tag you directly @srindom, but I'm on I'd appreciate a quick resolution, thanks! |
@lekterable, this PR was missing a changeset on merge, so the version was not bumped in the recent release. I'll add one manually and release the package as soon as possible. I hope to be able to do this later today. |
@lekterable, new release is out. Please try |
thanks for such a quick response @olivermrbl, but seems like the issue is still there :( any ideas? I updated the package version, cleaned up node_modules and reinstalled
|
ah I see now, we are required to pass this adapter ourselves, I tried adding the one which is mentioned in description (https://github.com/vespaiach/axios-fetch-adapter) and now I get a different error suggestion: maybe we could just ship it with some default adapter for easy usage? |
Hi @lekterable , how do you instantiate the adapter and added in the Medusa configuration? Do you have any code examples that I can take a look at? Also, any chance you have managed tp solve the issue by now? Thanks |
What
Why
How
Closes #6133