I came across a scenario where a user had an old cookie (thirdparty) and i swapped the recipe over t...
b
I came across a scenario where a user had an old cookie (thirdparty) and i swapped the recipe over to thirdpartyemailpassword... So I think it was looking for thirdparty.Init.. any suggestions on how to not bork all users who have logged in via thirdparty recipe
r
Hey @bladerpc you should switch to thirdpartyemailpassword on the frontend and backend. And it should work without any issues.
b
interesting..
r
When you say that it was looking for thirdparty.init, what do you mean?
b
r
I think you may be importing from thirdparty somewhere and using one of its functions
You should switch to using thirdpartyemailpassword everywhere instead
b
I removed references to thirdparty entirely on frontend/backend. This was a user report on dev branch. Would the
rid
request header have anything to do with it? Also possible they were just running a cached version and needed to do a hard refresh
r
rid header wouldn’t cause this issue
Even cached version shouldn’t have caused this issue. Cause their old cached version would have also initialised thirdparty recipe
b
hm i found one reference to it
will modify it
r
Yea. The error stack has the function name
GetAthorisarionUrlAndSetState
b
Fixed TY @rp_st !