- Issue created by @AnokR
- Status changed to Postponed: needs info
11 months ago 3:20pm 7 December 2023 - 🇫🇷France S3b0uN3t Nantes
Good morning,
The status error is often linked to expired transaction issues.
You reported a cache problem to me in issue 3382502 🐛 Website getting issue on redirecting on Oauth callback. Fixed which has since been corrected.
It is impossible for me to debug your query with this error without context. I updated the exception so that it returns the current state and the expected state to help you to investigate.
- 🇮🇳India AnokR
Thanks for the quick reply
Yes, I as for as I found it is related to cache. Because when I open form at this location : "/docusign-signature/examples/embedded-signature" and sign in to DocuSign it will send correct query parameters and connect to docuSign account and send back to that form url "/docusign-signature/examples/embedded-signature". But due to cache it was unable to check the checkToken due to this line
if (!$this->authService->checkToken()) { return $this->client->needToReAuth(); }
it redirects to Auth login again and this process get continue and return the error.
Temp fix:- When we clear cache manually and then again go to same form for Auth login it works correctly.
I have disable the Internal page cache module but the problem is not resolved!.If you are not getting this error at your end so might be some other issue.
Thanks - Assigned to S3b0uN3t
- Status changed to Needs work
11 months ago 4:26pm 8 December 2023 - 🇫🇷France S3b0uN3t Nantes
Hello,
Thank you for the clarification.
I now understand the origin of the problem and will come back to you in the next few days with a fix. - Issue was unassigned.
- Status changed to Needs review
11 months ago 5:27pm 9 December 2023 - 🇫🇷France S3b0uN3t Nantes
Hello,
I moved the access token check to the route rather than the form. This no longer seems to produce redirection problems when caches are activated (anonymous as well as connected).
- Status changed to Closed: outdated
5 months ago 7:34am 13 June 2024