Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Steady-Entertainment's avatar

Base table or view not found: 1146 Table 'livewire.sessions' doesn't exist (SQL: select * from `sessions` where `id` = 3oAGmLOZ5IYz ...

I don't even know where to start ...

the error appeared at some point when I was making tests and migrations for another model

I never knew I had a table called livewire.sessions

and yes I am using livewire

Illuminate\Database\QueryException SQLSTATE[42S02]: Base table or view not found: 1146 Table 'livewire.sessions' doesn't exist (SQL: select * from `sessions` where `id` = 3oAGmLOZ5IYztxiYFnkRiYIR4aBL6b48YUaAuI9a limit 1) http://livewiretest.test/

https://imgur.com/3RdO460

0 likes
5 replies
Sinnbeck's avatar

Sounds like you have set up your database.php file (or .env) with a DB_DATABASE to 'livewire'

1 like
Steady-Entertainment's avatar

Thanks I found the problem was connected to jet stream which I installed into my livewire project which is not recommended

zocris's avatar

@Steady-Entertainment hi may be i had the same problem. Please how have you fix it??

Sinnbeck's avatar

@zocris so you also installed Jetstream into an existing livewire project? If not, I recommend you make a new thread so we can help you

Please or to participate in this conversation.