susanBuck / e15-spring22

0 stars 0 forks source link

Laravel App is getting error - 502 bad gateway #18

Closed mgarimelHES closed 2 years ago

mgarimelHES commented 2 years ago

Hi,

I am getting the 502 bad gateway error when I am trying to access 'bookmark' app. After some research on digital ocean, https://www.digitalocean.com/community/questions/502-gateway-error-on-nginx-running-a-laravel-app

I am not sure if we need to increase the memory or something? My other projects are working fine. Any other suggestions please....

Thanks

susanBuck commented 2 years ago

Hi @mgarimelHES -

mgarimelHES commented 2 years ago

Hi @susanBuck ,

Thanks, the issue is due to the old version of php7.x-fpm, after upgrading it to php8.0-fpm and restart the issue is resolved.

Regards,

susanBuck commented 2 years ago

@mgarimelHES Glad you were able to sort it out. : )