erikhu
erikhu
@ankurk91 i did the minimal reproduction with a fresh vue project in ts. it's more easy if you could clone it. on this way when you run the command you...
hello @eliasjtg how did you solve it?
> One solution is change `PragmaRX\Support\PhpSession:27`: > > ``` > private function isStarted() > { > return session_status() === PHP_SESSION_ACTIVE || session_status() === PHP_SESSION_NONE; > } > ``` i don't...
@shawngoh87 i thought the same but the problem is that if it is not started a session it must be create it, so the code in line 21 of PhpSession.php...
same error here :( "react-native-signature-canvas": "^3.0.0", "react-native-webview": "^10.3.2", 
i created a fork of this project and add Guardian.Phoenix.SocketLive, i hope it help https://github.com/erikhu/guardian_phoenix , only you need to get is the token from the session and use it...
@Hanspagh the type of liveview socket is different to the websocket, so if you use Guardian.Phoenix.Socket.authenticate(socket, MyApp.Guardian, token) in liveview it raise exception when try to assign the values, you...