google OAuth "continue" api error 403

Options
hello, I'm trying to auth with google login in weweb, the init api is working and also the continue but after 2/3 test the continue api stop working and give me this error
Error: Request failed with status code 403 at e.exports (https://editor-cdn.weweb.io/public/js/chunk-vendors.f83c0b3b.js:64:1241) at e.exports (https://editor-cdn.weweb.io/public/js/chunk-vendors.f83c0b3b.js:97:3739) at XMLHttpRequest.w (https://editor-cdn.weweb.io/public/js/chunk-vendors.f83c0b3b.js:257:2151)

I don't understund why beause was working before
in the xano debug for the continue api said
{

code: 
ERROR_CODE_ACCESS_DENIED,

message: 
Precondition failed.

Comments

  • Michael Udinski
    Michael Udinski Administrator

    ADMIN

    Options
     your request history shows the same code being used as the input value. Google uses one-time use codes so you need to get a fresh every time. 
  • Nicola Toledo
    Nicola Toledo Member
    Options
     thanks Michael i check again and on the redirect page there is  a onloading event so when i tested the workflow the api call was already fired thats why was dublee 😫