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:
|
for (let membership of memberships) { |
A few community membership resources failed to load
which I believe is causing:
which points to this line:
ctznry/static/js/lib/algorithms.js
Line 19 in 87b72f3