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

[email protected] axios change causes issues in Chrome Extension #859

Closed
IgorShadurin opened this issue May 24, 2023 · 2 comments · Fixed by #860
Closed

[email protected] axios change causes issues in Chrome Extension #859

IgorShadurin opened this issue May 24, 2023 · 2 comments · Fixed by #860

Comments

@IgorShadurin
Copy link
Contributor

We've run into an issue with the recent update (version 6.0.0) of your library. The change from ky to axios for handling HTTP requests resolved some issues we were facing with web apps in the browser. However, it seems to have introduced a new problem for our Blossom Chrome extension (https://github.com/fairDataSociety/blossom).

We're now getting the error Adapter 'http' is not available in the build. After some research, I found related issues on axios's GitHub and StackOverflow:

As far as I understand, we could potentially solve this issue by:

That said, these solutions might not be the most elegant or efficient for our use case. We would appreciate it if you could look into this issue and provide guidance or an alternative solution.

Thank you for your time and assistance.

@Cafe137 Cafe137 linked a pull request Aug 1, 2023 that will close this issue
@bee-worker
Copy link
Collaborator

Release v6.1.0 addresses this.

@IgorShadurin
Copy link
Contributor Author

What is the process now to get bee-js working in Chrome Extension?
Tried to substitute adapters from links above, still throws the same error.
@Cafe137

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants