-
Notifications
You must be signed in to change notification settings - Fork 216
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
CORS Error when using the "Default" server on any anime #274
Comments
edit the code on src/components/Watch/Video/Player.tsx and find this part of the code: return ( and add edit the src={src} to this: src={ you can use your own CORS proxy. |
Hi everyone I am working on extending the feature of this project https://miruru-iota.vercel.app/ this is a link to the current version. Is anyone interested in continuing it? @YoJames2019 @Brentph505 |
how did u manage to run it |
I just configured the backend for this project, and a few tweaks were required on the frontend. It is now working fine. If you are facing any issues, please drop them here, and I will help you run it. |
well I have a problem running it |
I ended up just making my own website from scratch |
@toshiro9117 you are getting the above error because you have to run the backend either locally or maybe on the AWS ec2. |
would u mind sharing the link with us? |
comment the VITE_PROXY_URL line in your .env file |
i want to work on the project can you provide me the repo so i can fork and add stuff |
yes, I have a cors proxy set up
if there is any info missing from this issue, please let me know in the replies and I'll do what I can (the last commit removed the issue template)
The text was updated successfully, but these errors were encountered: