Timeout on /external_token

I am using plug and play with auth modal to login users with solana provider. Since yesterday login stopped working for me. I am getting timeout on this api
https://api-auth.web3auth.io/api/v1/external_token.

It was working till yesterday. Is there anything I am missing here ?

hi @nitesh.1071,

Thanks for contacting us. We don’t have any report about a problem from our site.
Could you please share with me more information about your package.json and some code snippets?

Thanks a lot

Hey Tom,

Here is the package.json

{
  "name": "avatar-one",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "vite --host",
    "build": "vite build",
    "build:staging": "vite build --mode staging",
    "lint:js": "eslint --cache --ext .js,.jsx ./src",
    "preview": "vite preview"
  },
  "dependencies": {
    "@hotjar/browser": "^1.0.9",
    "@jukben/emoji-search": "^3.0.0",
    "@pixiv/three-vrm": "^1.0.6",
    "@solana/web3.js": "^1.91.3",
    "@stripe/react-stripe-js": "^2.4.0",
    "@stripe/stripe-js": "^2.4.0",
    "@toruslabs/eccrypto": "^1.1.8",
    "@web3auth/base": "^8.0.0",
    "@web3auth/default-solana-adapter": "^8.0.1",
    "@web3auth/modal": "^8.0.1",
    "@web3auth/no-modal": "^8.0.1",
    "@web3auth/solana-provider": "^8.0.1",
    "antd": "^5.15.4",
    "axios": "^0.27.2",
    "bitecs": "^0.3.40",
    "bs58": "^5.0.0",
    "buffer": "^6.0.3",
    "dayjs": "^1.11.10",
    "emoji-picker-react": "^4.9.2",
    "firebase": "^10.7.2",
    "gsap": "^3.11.3",
    "gtm-for-react": "^1.0.3",
    "he": "^1.2.0",
    "html2canvas": "^1.4.1",
    "jose": "^5.2.3",
    "localstorage": "^1.0.1",
    "nookies": "^2.5.2",
    "react": "^18.2.0",
    "react-device-detect": "^2.2.3",
    "react-dom": "^18.2.0",
    "react-firebase-hooks": "^5.1.1",
    "react-firebaseui": "^6.0.0",
    "react-ga4": "^2.1.0",
    "react-html5video": "^2.5.1",
    "react-i18next": "^12.1.5",
    "react-onesignal": "^3.0.1",
    "react-photo-view": "^1.2.3",
    "react-query": "^3.34.12",
    "react-router-dom": "^6.14.2",
    "react-speech-kit": "^3.0.1",
    "react-toastify": "^9.1.3",
    "three": "0.148.0",
    "three-mesh-bvh": "^0.5.21",
    "uuid": "^9.0.1"
  },
  "devDependencies": {
    "@chatscope/chat-ui-kit-react": "^1.10.1",
    "@chatscope/chat-ui-kit-styles": "^1.4.0",
    "@swc/cli": "^0.1.62",
    "@swc/core": "^1.3.91",
    "@types/react-dom": "^18.2.7",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "@vitejs/plugin-react-swc": "^3.3.2",
    "eslint": "^8.45.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.3",
    "prettier": "^3.2.5",
    "sass": "^1.68.0",
    "vite": "^4.4.5"
  }
}

For code I am using exact same code from solana example

Hi @nitesh.1071

Would you like to try with this example?

Thanks

Hey Tom,

I have tried this example as well. In fact I have it running now. Everything works well but after the google login, external_token api gets timeout and after that I am getting undefined idToken.

In the example you have shared external_token call is not being made though.

Please use the example that I sent you if you are planning to use the PnP modal SDK.

Could you let me know how it’s working out for you?

I am using the code you have shared but even that is not working for me.

I wanted to check in and see if you’ve made any changes? If so, could you please share those with me?

Everything seems to be working fine on my end.

I have made changes.
I have used exact same code as in shared example. Even when I import App.jsx as it is from the example in our project it gets stuck at external_token api.

Hi,

Thank you so much for your patience. Our product team has identified the issue, and we’re expecting it to be fixed and replicated within the next few hours. I truly apologize for any inconvenience this may have caused you.

Should the error persist, please don’t hesitate to get in touch with me tomorrow. I’m here to ensure everything runs smoothly for you.

Again, my apologies, and thank you for your understanding.

Thank you. I’ll wait for the fix

hi @nitesh.1071

Would you mind confirming me that the problem is not there anymore.

Thanks a lot

Hey TomTom,

It is working now. Thank you for the support