ctznry icon indicating copy to clipboard operation
ctznry copied to clipboard

Community Recommendations not loading

Open hamnox opened this issue 3 years ago • 0 comments

A few community membership resources failed to load

Access to fetch at 'https://dev.hamnox.space/.table/hamnox%40dev.hamnox.space/ctzn.network/community-membership' from origin 'https://ctznry.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.

which I believe is causing:

Uncaught (in promise) TypeError: memberships is not iterable
    at getFollowedUsersCommunities (app.build.js:7439)
    at async HTMLElement.load (app.build.js:9518)

which points to this line: https://github.com/pfrazee/ctznry/blob/87b72f35bf16402f27a4883bef1a425058521bd2/static/js/lib/algorithms.js#L19

hamnox avatar Apr 25 '21 13:04 hamnox