로그인 후 빈 토픽 표시 (Patreon 쿠키)

Hello!

My Discourse Forum is giving me trouble suddenly. When I am logged in, all topics show up as blank. For instance this one. Here’s the logged-in view:

And here’s the non-logged-in view:

I have tried logging in and out and clearing cache. Issue also happens with private browser window. Occurs on both Firefox and Chrome.

Does anyone have any tips for fixing this issue?

Did you try safe mode?

1개의 좋아요

Hello!

From what I see on your forum, it seems there is an issue with the Patreon plugin:

Specifically here:

https://github.com/discourse/discourse-patreon/blob/main/assets/javascripts/discourse/connectors/topic-above-footer-buttons/patreon.js#L20C9-L20C17

I believe $.cookie usage has been deprecated and dropped from Discourse, and since Ember 5 is enabled, it errors directly. :thinking:
I don’t have an immediate solution for you; the plugin needs to fix this.

EDIT: Made a PR:
https://github.com/discourse/discourse-patreon/pull/131

4개의 좋아요

Thank you! This allows me to see topics and respond again as a logged-in admin. I’m not technically savvy enough to use it to troubleshoot and fix the issue though.

1개의 좋아요

You can disable all theme components and add them back to see which one is the issue. Oh, it’s pretty clear that it’s patreon, I think, so I made a post over there: Discourse Patreon - #180 by pfaffman

1개의 좋아요

Thanks @pfaffman and @Arkshine. It looks like you’ve find the issue and have created a fix.

Please let me know if I need to do anything on my site to get the fix applied on my installation. I tried refreshing the Patreon plug-in, but to no avail.

1개의 좋아요

I just merged the fix from @Arkshine :clap:

@donaldsoncd this will be live on your hosted site in the next 15-30 minutes. If you’re still seeing issues after that please let us know.

5개의 좋아요

This topic was automatically closed after 18 hours. New replies are no longer allowed.