rvaidun / befake

view bereals without posting your own :)
284 stars 127 forks source link

Posts not loading #208

Closed Maximapple closed 1 month ago

Maximapple commented 1 month ago

Failed to load resource: the server responded with a status of 401 (Unauthorized) http://localhost:8080/https://mobile.bereal.com/api/feeds/friends-v1

Missing required request header. Must specify one of: origin,x-requested-with

If anyone knows a fix, please let me know! Thanks.

retoheusser commented 1 month ago

Most probably the issue is that BeReal blocks the certain device id that the happy-headers dependency is using. The npm package has already been updated to use a new device id, so it should be fixable similarly to https://github.com/s-alad/toofake/pull/129

Maximapple commented 1 month ago

Most probably the issue is that BeReal blocks the certain device id that the happy-headers dependency is using. The npm package has already been updated to use a new device id, so it should be fixable similarly to s-alad/toofake#129

Yep, that was it! Changed the happyheaders.js file within the src folder of befake and now ir works again.

Thank you! :)