SSL Certificate

I deploy a react J’s project on Vercel and add custom domain but it shows me that site is not secured I updated all domain records but this error still there.

Deployment URL:: clothes-front-ec74bg4y0-shereis-projects.vercel.app
Custom domain: www.riskibrothers.com


Project Framework: React J's 
Build Settings:
  Framework Preset:
  Build Command (if not default):
  Output Directory (if not default):
  Install Command (if not default):
Node/Runtime Version:
Package Manager:
Relevant Packages:

I can confirm the SSL certificates are correctly installed. You are getting this error because you trying to load content from http protocol. If you open Browser console, you can see the error.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.