scripting / a8c-FeedLand-Support

A public repo for discussing FeedLand at A8C.
1 stars 0 forks source link

Error logging in with WordPress.com #64

Closed fmfernandes closed 8 months ago

fmfernandes commented 8 months ago

Ocasionally when trying to log in with WordPress.com you'd get an error: Can't connect the user because the secret code doesn't match the one we sent.

That's happening because we're generating a random number here and sending it to WordPress.com, but on a multi instance environment, the instance that gets the callback may be different than the one that generated the number, thus, throwing the error above.

fmfernandes commented 8 months ago

This was fixed on https://github.com/scripting/feedlandInstall/issues/50