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
Laravel\Reverb\ConfigApplicationProvider::findById(): Argument #1 ($id) must be of type string, null given, called in /Users/samuelrac/stack/whatscompany/grp_ipchat/ipchat-websocket-server/vendor/laravel/reverb/src/ConfigApplicationProvider.php on line 27
at vendor/laravel/reverb/src/ConfigApplicationProvider.php:36
32▕ * Find an application instance by ID.
33▕ *
34▕ * @throws \Laravel\Reverb\Exceptions\InvalidApplication
35▕ */
➜ 36▕ public function findById(string $id): Application
37▕ {
38▕ return $this->find('app_id', $id);
39▕ }
40▕
+1 vendor frames
2 [internal]:0
Laravel\Reverb\ConfigApplicationProvider::Laravel\Reverb\{closure}()
+18 vendor frames
21 [internal]:0
React\EventLoop\ExtEvLoop::React\EventLoop\{closure}()
After that, the application needs to be started again
Steps To Reproduce
The problem is intermittent, so I don't know what is causing this problem.
The text was updated successfully, but these errors were encountered:
Reverb Version
1.0.0-beta4
Laravel Version
11
PHP Version
8.2
Description
Sometimes I'm getting this error:
After that, the application needs to be started again
Steps To Reproduce
The problem is intermittent, so I don't know what is causing this problem.
The text was updated successfully, but these errors were encountered: