Open toxic0berliner opened 3 years ago
Exactly same issue on my fresh Docker install but not only on Android but on chrome or firefox too. No console error and no network error on debugger.
I've solved my problem with a small code modification.
File app/Http/Controllers/HomepageDataController.php, line 30 :
replace
'time' => run(GetSpeedtestTimeData::class),
with
'time' => run(GetSpeedtestTimeData::class, $days),
I'm not a laravel user so I don't know if that is conventional at all.
Same issue with Docker on a Synology NAS
I am experiencing the same issue but in my case I'm using Google Chrome.
Is anyone maintaining this project any longer? Maybe dead?
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Context
Additional context Add any other context about the problem here.