We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've installed follow-redirects using these two npm commands:
npm i follow-redirects npm install @types/follow-redirects
I've imported it inside video-player.js like this:
import { http, https } from 'follow-redirects';
However if I run the demo application it doesn't run and returns the following error:
GET http://localhost:1337/modules/follow-redirects net::ERR_ABORTED 404 (Not Found)
I'm trying to figure out if this is a zombiebox problem, a follow-redirects issue or if I am doing something wrong.
The terminal shows the following error, which I'm unable to trace so I'm thinking it's generated by zombiebox itself:
Can't resolve aliased module path follow-redirects Referrer: modules/demo/scenes/video-player/video-player
I need this library to solve url redirects before feeding the final url to the videoplayer, which cannot handle redirects on its own.
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've installed follow-redirects using these two npm commands:
npm i follow-redirects
npm install @types/follow-redirects
I've imported it inside video-player.js like this:
import { http, https } from 'follow-redirects';
However if I run the demo application it doesn't run and returns the following error:
GET http://localhost:1337/modules/follow-redirects net::ERR_ABORTED 404 (Not Found)
I'm trying to figure out if this is a zombiebox problem, a follow-redirects issue or if I am doing something wrong.
The terminal shows the following error, which I'm unable to trace so I'm thinking it's generated by zombiebox itself:
Can't resolve aliased module path follow-redirects
Referrer: modules/demo/scenes/video-player/video-player
I need this library to solve url redirects before feeding the final url to the videoplayer, which cannot handle redirects on its own.
Thanks.
The text was updated successfully, but these errors were encountered: