You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The netlify checks in the PR's are failing due to Mixed-Content error. This is due to http and https. I tried finding a way to disable it from the netlify admin but I cannot find anything. I am not so sure whether we could disable that check on our own or not. Here is the similar kind of discussion raised https://answers.netlify.com/t/how-to-disable-specific-checks-for-pull-requests/14568/6 but with time, I think the solution which they gave in link is outdated. I tried with one of my personal project but netlify seems to change a lot from what it is. Maybe someone having the access to C4GT netlify can check for this solution given here. The failing check is really annoying to work with.
The text was updated successfully, but these errors were encountered:
To fix this issue, I can update the URLs of the resources to use HTTPS instead of HTTP. You can do this by modifying the code or configuration files that reference the resources. Once the resources are updated, the mixed-content error should be resolved.
so, assign me this issue
@Harshil-Jani This issue is already resolved. I tested the site using Why No Padlock? and it seems that the specific error mentioned i.e Mixed-Content error is either not found or previously solved by another contributor
Description
The netlify checks in the PR's are failing due to Mixed-Content error. This is due to http and https. I tried finding a way to disable it from the netlify admin but I cannot find anything. I am not so sure whether we could disable that check on our own or not. Here is the similar kind of discussion raised https://answers.netlify.com/t/how-to-disable-specific-checks-for-pull-requests/14568/6 but with time, I think the solution which they gave in link is outdated. I tried with one of my personal project but netlify seems to change a lot from what it is. Maybe someone having the access to C4GT netlify can check for this solution given here. The failing check is really annoying to work with.
The text was updated successfully, but these errors were encountered: