MeikyuuTrader

Results 4 comments of MeikyuuTrader

Same, After clicking the magic link, the site is stuck on /files. ``` GET | https://auth.magic.link/v1/session/refresh 400 BAD REQUEST {"data":{},"error_code":"auth_relayer/UNABLE_TO_REFRESH_SESSION","message":"Unable to refresh user session. Please log in using the magic...

Just tested deploying Laravel 8. Besides adding the different files (ones that aren't labelled as initial commit). Dockefile only needed to change nginx-fpm to 2.0.0. Eg. `FROM richarvey/nginx-php-fpm:2.0.0` Don't know...

> So all we need to do to update our app to PHP 8 is to update the Dockerfile to `nginx-php-fpm:2.0.0`? Yeap, top line from Dockerfile. Not sure if it'll...

> Could you explain step by step how to do the implementation with Laravel 9? Follow official Laravel guide and install Laravel 9. After installed, copy the `conf/nginx` folder and...