SiavashBamshadnia / Laravel-Source-Encrypter

Laravel and Lumen Source Code Encrypter
MIT License
535 stars 124 forks source link

Not working with https #24

Open kephren226 opened 1 year ago

kephren226 commented 1 year ago

It work well for me when on http with nginx It does not work when https it activated it just return a blank page i'm using laravel nova

SiavashBamshadnia commented 1 year ago

I guess this issue is not related to this package. I recommend you check your project's log to find the issue.

kephren226 commented 1 year ago

I guess this issue is not related to this package. I recommend you check your project's log to find the issue.

Now after investigation i found that the problem is not specific to https

When using laravel test server everything work well when using nginx as webserver i receive blank page

SiavashBamshadnia commented 1 year ago

What do the logs say?

kephren226 commented 1 year ago

Nothing

Hoopex commented 1 year ago

It's working for me with https and nginx (I'm not using docker) Php 8.1 Os: ubuntu

SiavashBamshadnia commented 1 year ago

Nothing

Are you sure that debug mode is enabled?

kephren226 commented 1 year ago

Debug mode is enabled

SiavashBamshadnia commented 1 year ago

Hmmm... What about php.ini file? Is debug mode also enabled there?