-
I apologize if they might seem foolish. I'm just a beginner who is learning.
`flarum-cli init ksluntan.top
_-----_ ╭──────────────────────────╮
| | │ Welcome to a Flarum…
-
I've followed this guide in order to enable SSR:
https://legacy.inertiajs.com/server-side-rendering
After running **node public/js/ssr.js** and visiting the website it crashes:
```
Starting SS…
-
**Describe the bug**
Workers Aren't Running
The workers has been enabled, but it looks like NexoPOS can't run workers. This usually happen if supervisor is not configured correctly.
**To Reprod…
-
I'm encountering the following issue while setting up `cypress-vite` in my vue 3 app:
```
RollupError: Invalid value for option "output.inlineDynamicImports" - multiple inputs are not supported wh…
-
@marickvantuil I run into these class of transport layer errors on Google Cloud Run fairly often.
```
GuzzleHttp\Exception\ConnectException: cURL error 35: OpenSSL SSL_connect: Connection reset b…
-
The OrdersUpdatedJob and OrdersCreatedJob are not functioning as expected, while other jobs like ProductCreateJob and ProductUpdateJob are working fine. The jobs were created using the following comma…
-
### Bug description
I am facing a problem while running some jobs with queues combined with `tenants:run`.
I am executing a company command with a heavy job inside (usually i had a supervisor ma…
-
Is it a good idea to use laravel task scheduler to check server is running?
Something like:
```
protected function schedule(Schedule $schedule)
{
$schedule->command('websockets:start_if_not_…
-
- Horizon Version: 5.7.17
- Laravel Version: 8.76.2
- PHP Version: 7.4.24
- Redis Driver & Version: predis 1.1.9
- Database Driver & Version: MySQL 5.7.36
### Description:
If you configure a…
-
Tried on both version 2 and 3 I got issues overriding settings for mail sender on queues, switching tenants.
The queue is tenant aware (queues_are_tenant_aware_by_default config key to true).
I …