consumet/consumet.ts

cannot fetch episodes sources in gogoanime.

regisx001 opened this issue · 2 comments

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 .

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.

aha , ok .
this is right i trying access it using a website, but i found another solution using another api .
thanks for help !!!