Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

flyforever123's avatar

Laravel Request not work after Nginx HTTPS configuration

Hi everyone,

I'm trying to deploy my app to my own server on Linode.

It work fine but after Nginx HTTPS configuration, it not work anymore.

My app will POST data to external API. But i got error "Whoops, looks like something went wrong."

I'm sure that there is not issues with my code before i have tested it on localhost and it work perfectly.

Here is my /etc/nginx/sites-available/default file:

issues

I also runned

sudo apt-get update && sudo apt-get install curl

but my app still not work.

Anyone here can help me ?

Thank you

( Sorry about my grammar mistake, i'm not native english speaker )

0 likes
1 reply
bashy's avatar
bashy
Best Answer
Level 65

If your request is reaching Laravel (Whoops page), it means nginx has passed the request fine (in most cases).

2 likes

Please or to participate in this conversation.