Open DejfCold opened 2 years ago
So ... I've worked around it by changing /public/build/assets/main.f55cd568.js
from
[WHATEVER IS HERE]
r({id:"installation",state:()=>({currentDataBaseData:{database_connection:"mysql"
[WHATEVER IS HERE]
to
[WHATEVER IS HERE]
r({id:"installation",state:()=>({currentDataBaseData:{database_connection:"pgsql"
[WHATEVER IS HERE]
But it would still be nice to have it fixed properly
Describe the bug When selecting a different database type during the installation process, the form including the
save & continue
button disappears.Expected behavior The form doesn't disappear and allows to continue the installation process
Screenshots
https://user-images.githubusercontent.com/12591578/147888905-6c07ecfa-7736-4d3e-a235-9462ff1300e6.mp4
If applicable, add screenshots to help explain your problem.
Please complete the following information:
Optional info
/etc/nginx/conf.d/crater.conf (mainly from https://laravel.com/docs/8.x/deployment#nginx)
tried also with
/etc/php-fpm.d/crater.conf
On selecting the database, it then makes request to
/api/v1/installation/database/config?connection=sqlite
(or...?connection=pgsql
respectively) which returns:/var/log/php-fpm/crater-error.log
/var/log/nginx/crater_error.log
/usr/share/nginx/crater/storage/logs
are all empty/var/log/nginx/crater.log
contains only: