How I run apollo server in my ec2 Imstance

Hello developers,

I need a urgent help from all of you guys I build a apollow graphql server in my local machine and setup all schemas , resolvers etc for quries purposes but now when I run that server on my ec2 instance its show me the error of https connection of studio is not connect with http. I don’t know how to do it. I spend all my day to find solution but did’nt get any solid solution.
If anyone have any experience so please let me know.

I attached the ss of error below.

e

I had same experience in ec2
the apollo server is blocking your play ground access when NODE_ENV is “production”
but the only playground was blocked, and web client is working fine in my case.
I hope this helps

ref this link