diadal/vue-social-auth

Pop up not closing in production

Closed this issue · 5 comments

Pop up windows works in dev mode but doesn't work in production mode> How do i solve this issue??

it should work check your webpack.mix

I am facing similar issue. Pop up window sometime works and most of the time does not.
Anyone who have fixed this issue?

try debug your Vue component it maybe issue with eslint or babel

same issue here !!

did you create this route

 {
          path: '/auth/:provider/callback',
          component: {
            template: '<div class="auth-component"></div>'
          }
        },