Nordine

Results 10 comments of Nordine

The same issue I have when I try to get the name from the user object. ``` $user = Socialite::driver("sign-in-with-apple")->user(); dd($user->getName()); // is empty ```

> i belive you have to add the scopes, which is mentioned on the readme. Did this not work? > > ``` > Socialite::driver("sign-in-with-apple") > ->scopes(["name", "email"]) > // ......

This the user objected returned, I submitted the request with the scopes name and email. ![image](https://user-images.githubusercontent.com/5256921/196711251-283cea02-5fce-4538-b89e-152498475da1.png)

Same issue still ocurred with v4

@davidpiesse The issue is fixed in `dev-master` :+1: just in my project, there is another package https://github.com/Visanduma/nova-two-factor/issues/8 has the same issue it's also fixed. Thank you,

It works :+1: The SHA tested is `3b21f7979a692faacb32ec51d065b2a6f74a36bf` ![image](https://user-images.githubusercontent.com/5256921/192030787-f8e1fc51-f627-4434-8af6-f23160541376.png) Thanks,

Is resolved in https://github.com/surrealdb/surrealdb/pull/173.

I have the same issue after upgrading to Vite 3, with `"vue": "^2.7.0" ` the form helper `this.$inertia.form` throws an exception, and breaks the rendering page. ``` Error in data():...

> I've also recently started defining services in `docker-compose` flags, while defining routers in a dynamic configuration file. Seems like a more functional way of doing things, since you can...