Site is working with /index.html, but there are issue with that

Hello Community,

We need your support -

If you’ll open https://deligence.com/index.html, you’ll find that the site is working well and the UI is good. But when you’ll open https://deligence.com - you’ll find that UI is breaking. Could you please let me know what might be causing this issue?

Regards,
Sanjay Kumar

When you open the Web Console in Firefox on https://deligence.com/ this error comes up:

"https://www.deligence.com/scss/main.min.581c55220f8c249cf8e55f47df5aa3bdbec69734d18b641465dbed3cc9ceb5ef.css" is not eligible for integrity checks since it's neither CORS-enabled nor same-origin.

Looking at the code for the two pages. This one doesn’t work:

<link rel="stylesheet" href="https://www.deligence.com/scss/main.min.581c55220f8c249cf8e55f47df5aa3bdbec69734d18b641465dbed3cc9ceb5ef.css" integrity="sha256-WBxVIg+MJJz45V9H31qjvb7GlzTRi2QUZdvtPMnOte8=" media="screen">

This one does:

<link rel="stylesheet" href="https://deligence.com/scss/main.min.581c55220f8c249cf8e55f47df5aa3bdbec69734d18b641465dbed3cc9ceb5ef.css" integrity="sha256-WBxVIg+MJJz45V9H31qjvb7GlzTRi2QUZdvtPMnOte8=" media="screen">

I think you might have something wrong with your webserver as to whether the site loads with www at the front or not.

3 Likes