cannot fetch episodes sources in gogoanime.
regisx001 opened this issue · 2 comments
regisx001 commented
Describe the bug
cannot fetch episodes sources in gogoanime.
Steps to reproduce
SOME
Expected behavior
S
Actual behavior
S
Additional context
fetchEpisodeSources() function not working due a CORS ERROR .
NanotechPikachu commented
Are you trying to access this using a website? The CORS error can be rectified in the back end by adding header
Refer this
I also experienced the same error but since mine was the next app, i rectified by converting the page from client to server.
regisx001 commented
aha , ok .
this is right i trying access it using a website, but i found another solution using another api .
thanks for help !!!