As I can see there url is with http, http://www.sakhi.app/
replace both url with https://www.sakhi.app/ and clear Magneto cache. it will work.
This was all permission issue..
Actually it was in development mode and needed to put in production mode.
So ../app/etc, ../pub/media, ../pub/static, ../generated, ../var was not writable so the problem persist.
I run php/bin Magento chmod 777 -R ./app/etc, ./pub/media, ./pub/static , ./var & ./generated console commond & get up my website https://www.sakhi.app/
Thanks for your revert