Hi, I am trying to integrate SuperTokens into my V...
# support-questions-legacy
s
Hi, I am trying to integrate SuperTokens into my VueJS app. in the main.js file I am importing and using the init function, but, I keep getting this error. index.js?1e2f:249 Uncaught TypeError: Cannot read property 'startsWith' of undefined at getDomainFromUrl (index.js?1e2f:249) at Function.AuthHttpRequest.init (index.js?1e2f:309) at Function.AuthHttpRequest.init (axios.js?792a:296) at eval (SignInForm.vue?79c6:41) at Module../node_modules/cache-loader/dist/cjs.js?!./node_modules/babel-loader/lib/index.js!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/SignInForm.vue?vue&type=script&lang=js& (app.js:1324) at __webpack_require__ (app.js:790) at fn (app.js:101) at eval (SignInForm.vue?ee37:1) at Module../src/components/SignInForm.vue?vue&type=script&lang=js& (app.js:5478) at __webpack_require__ (app.js:790)
3 Views