-
-
Notifications
You must be signed in to change notification settings - Fork 197
Jobs table #300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey, It's because the connection is currently defaulting to one called "nativephp" I'm not sure why this functionality exists or why it's the default, but if you run the native:migrate command it will fix this error |
I had no migrations left to run but, now, for check I try to run it, but I got this I have no problems to run migrates before, I have all composer packages updated, I've changed database file, permissions thinking that the problem could be there, run command as root, change file owner, but nothig whatever I do even the message is the same, I dont know if this si part of the problem |
You could just publish the Laravel jobs migration with "php artisan queue:table". |
I had a similar issue on windows so before I ran php artisan queue:table
php artisan migrate |
First of all, please make sure you're running the latest versions of the packages (as of today, nativephp/laravel v0.6.2 and nativephp/electron v0.8.5). There are 3 databases involved when developing your NativePHP application:
The docs have been updated to better indicate the steps taken by NativePHP and what the developer needs to do during development, but the main gist of it is: If your dev database ( At any point during development, you should also be able to run Alternatively, if you want to start from scratch, you can simply delete Note that for production builds ( I hope this all makes sense. |
Uh oh!
There was an error while loading. Please reload this page.
What were you trying to do?
When execute
native:serve
command and app is running in dev console appears an error of trying to read a jobs table, i don't have more migrations to run but message still apperaingWhat happened?
the app run without errors or interruptions, crashes or something else, but the message appears too much, as i said, no migrations left to run and I haven't seen if there is something to publish
How to reproduce the bug
php artisan native:serve in linux
Package Versions
{ "installed": [ { "name": "nativephp/electron", "direct-dependency": true, "homepage": "https://github.com/nativephp/electron", "source": "https://github.com/NativePHP/electron/tree/0.6.3", "version": "0.6.3", "description": "Electron wrapper for the NativePHP framework.", "abandoned": false }, { "name": "nativephp/laravel", "direct-dependency": false, "homepage": "https://github.com/nativephp/laravel", "source": "https://github.com/NativePHP/laravel/tree/0.5.2", "version": "0.5.2", "description": "Laravel wrapper for the NativePHP framework.", "abandoned": false }, { "name": "nativephp/php-bin", "direct-dependency": false, "homepage": "https://nativephp.com", "source": "https://github.com/NativePHP/php-bin/tree/0.4.0", "version": "0.4.0", "description": "PHP binaries used by the NativePHP framework", "abandoned": false } ] }
PHP Version
8.2.10
Laravel Version
10.10
Node Version
18.20.2
Which operating systems have you seen this occur on?
Linux
OS version
Ubuntu 23.10 budgie 10.8
Notes
No response
The text was updated successfully, but these errors were encountered: