-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
Hello,
I often encounter token errors (Error: Invalid token) and after doing some changes to my code, I realised that the error was made because of the concurrency of the requests.
I guess that a token has to be used directly to successfully edit a page. If a second token is asked in the meantime, the edit will fail with the aforementioned error.
Best regards,
Val'