talk
talk copied to clipboard
Issue in SSO createCommentMutation v9.0.6
Expected behavior:
- After posting a comment it should post.
- After switching off live updates graphql query should not trigger continously.
Actual behavior:
- After posting a comment it is only momentary visible as blur
and api call is going in pending. I have used SSO for users other than admin and created accessToken.
- After switching off live updates graphql query t triggering continously.
Related Issues:
Versions:
- NodeJS: 18.16.0
- PNPM: 8.14.3
- MongoDB: 4.2
- Redis: 3.2
- Browser: chrome
- OS: window 11
Thanks, we'll take a look
Yes this is happening to me as well. Only shows up if I switch to another tab and come back. V9.3.5.
@atsbob could you let us know what versions of node, redis, and mongo you're using?
@tessalt Coral: 9.5.3, MongoDB: 8.0.3 and Redis: 7.4.1. I'll also add that I'm not using SSO.
@atsbob and you're running node > 18.16? Do you get any error messages in the network tab? And just to confirm, you're seeing comments going into the pending queue despite the fact that you do not have "pre-moderate" enabled in the configuration options for either the story or the tenant?
@atsbob and you're running node > 18.16? Do you get any error messages in the network tab? And just to confirm, you're seeing comments going into the pending queue despite the fact that you do not have "pre-moderate" enabled in the configuration options for either the story or the tenant?
Sorry, I should have mentioned my issue was related to point 2 alone with the Refresh button persistently popping up and graphql constantly pinging even when the live feature is turned off. Do you want me to bring it up as a separate issue instead?
Also I'm on Node 18.20.4
@atsbob thanks, we'll look into this