If your request is reaching Laravel (Whoops page), it means nginx has passed the request fine (in most cases).
Jan 24, 2018
1
Level 2
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:

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 )
Level 65
2 likes
Please or to participate in this conversation.