You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
The new v1 of Axios cause error in chulaSSO function.
axios.get() in TypeScript compiles to axios.default.get() in JavaScript and then fail, because "default" shouldn't be appended in Axios v1+.
See axios/axios#5044.
Current status: temporarily fixed by removing ".default" from the compiled function code
Plan: either
The text was updated successfully, but these errors were encountered: