blogifierdotnet / Blogifier

Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
https://blogifier.net
MIT License
1.26k stars 516 forks source link

Can't open login page on demo site #255

Closed MarkusRodler closed 3 years ago

MarkusRodler commented 3 years ago

"An unhandled error has occurred." Dev console: "Unknown error occurred while trying to verify integrity."

jrbdog commented 3 years ago

Also:

Failed to find a valid digest in the 'integrity' attribute for resource '<URL>' with computed SHA-256 integrity 'xV9SflNt5Ex5gP7OznQorlp2VkdJXkcAiopU+h5DRzY='. The resource has been blocked.
demo.blogifier.net/:1 Failed to find a valid digest in the 'integrity' attribute for resource 'https://demo.blogifier.net/_framework/System.Private.Xml.Linq.dll' with computed SHA-256 integrity 'xV9SflNt5Ex5gP7OznQorlp2VkdJXkcAiopU+h5DRzY='. The resource has been blocked.
demo.blogifier.net/:1 Failed to find a valid digest in the 'integrity' attribute for resource 'https://demo.blogifier.net/_framework/System.Private.Uri.dll' with computed SHA-256 integrity 'xV9SflNt5Ex5gP7OznQorlp2VkdJXkcAiopU+h5DRzY='. The resource has been blocked.
demo.blogifier.net/:1 Failed to find a valid digest in the 'integrity' attribute for resource 'https://demo.blogifier.net/_framework/System.Private.Xml.dll' with computed SHA-256 integrity 'xV9SflNt5Ex5gP7OznQorlp2VkdJXkcAiopU+h5DRzY='. The resource has been blocked.
demo.blogifier.net/:1 Failed to find a valid digest in the 'integrity' attribute for resource 'https://demo.blogifier.net/_framework/System.Runtime.CompilerServices.Unsafe.dll' with computed SHA-256 integrity 'xV9SflNt5Ex5gP7OznQorlp2VkdJXkcAiopU+h5DRzY='. The resource has been blocked.
demo.blogifier.net/:1 Failed to find a valid digest in the 'integrity' attribute for resource 'https://demo.blogifier.net/_framework/System.Runtime.Numerics.dll' with computed SHA-256 integrity 'xV9SflNt5Ex5gP7OznQorlp2VkdJXkcAiopU+h5DRzY='. The resource has been blocked.
demo.blogifier.net/:1 Failed to find a valid digest in the 'integrity' attribute for resource 'https://demo.blogifier.net/_framework/System.Runtime.InteropServices.RuntimeInformation.dll' with computed SHA-256 integrity 'xV9SflNt5Ex5gP7OznQorlp2VkdJXkcAiopU+h5DRzY='. The resource has been blocked.
demo.blogifier.net/:1 Failed to find a valid digest in the 'integrity' attribute for resource 'https://demo.blogifier.net/_framework/System.Runtime.Serialization.Formatters.dll' with computed SHA-256 integrity 'xV9SflNt5Ex5gP7OznQorlp2VkdJXkcAiopU+h5DRzY='. The resource has been blocked.
demo.blogifier.net/:1 Failed to find a valid digest in the 'integrity' attribute for resource 'https://demo.blogifier.net/_framework/System.Runtime.Serialization.Primitives.dll' with computed SHA-256 integrity 'xV9SflNt5Ex5gP7OznQorlp2VkdJXkcAiopU+h5DRzY='. The resource has been blocked.
demo.blogifier.net/:1 Failed to find a valid digest in the 'integrity' attribute for resource 'https://demo.blogifier.net/_framework/System.Security.Cryptography.Algorithms.dll' with computed SHA-256 integrity 'xV9SflNt5Ex5gP7OznQorlp2VkdJXkcAiopU+h5DRzY='. The resource has been blocked.
demo.blogifier.net/:1 Failed to find a valid digest in the 'integrity' attribute for resource 'https://demo.blogifier.net/_framework/System.Security.Claims.dll' with computed SHA-256 integrity 'xV9SflNt5Ex5gP7OznQorlp2VkdJXkcAiopU+h5DRzY='. The resource has been blocked.
demo.blogifier.net/:1 Failed to find a valid digest in the 'integrity' attribute for resource 'https://demo.blogifier.net/_framework/System.Text.Encodings.Web.dll' with computed SHA-256 integrity 'xV9SflNt5Ex5gP7OznQorlp2VkdJXkcAiopU+h5DRzY='. The resource has been blocked.
demo.blogifier.net/:1 Failed to find a valid digest in the 'integrity' attribute for resource 'https://demo.blogifier.net/_framework/System.Text.Json.dll' with computed SHA-256 integrity 'xV9SflNt5Ex5gP7OznQorlp2VkdJXkcAiopU+h5DRzY='. The resource has been blocked.
demo.blogifier.net/:1 Failed to find a valid digest in the 'integrity' attribute for resource 'https://demo.blogifier.net/_framework/System.Text.RegularExpressions.dll' with computed SHA-256 integrity 'xV9SflNt5Ex5gP7OznQorlp2VkdJXkcAiopU+h5DRzY='. The resource has been blocked.
demo.blogifier.net/:1 Failed to find a valid digest in the 'integrity' attribute for resource 'https://demo.blogifier.net/_framework/System.Private.CoreLib.dll' with computed SHA-256 integrity 'xV9SflNt5Ex5gP7OznQorlp2VkdJXkcAiopU+h5DRzY='. The resource has been blocked.
demo.blogifier.net/:1 Failed to find a valid digest in the 'integrity' attribute for resource 'https://demo.blogifier.net/_framework/dotnet.wasm' with computed SHA-256 integrity 'xV9SflNt5Ex5gP7OznQorlp2VkdJXkcAiopU+h5DRzY='. The resource has been blocked.
demo.blogifier.net/:1 Failed to find a valid digest in the 'integrity' attribute for resource 'https://demo.blogifier.net/_framework/dotnet.timezones.blat' with computed SHA-256 integrity 'xV9SflNt5Ex5gP7OznQorlp2VkdJXkcAiopU+h5DRzY='. The resource has been blocked.
demo.blogifier.net/:1 Failed to find a valid digest in the 'integrity' attribute for resource 'https://demo.blogifier.net/_framework/icudt_EFIGS.dat' with computed SHA-256 integrity 'xV9SflNt5Ex5gP7OznQorlp2VkdJXkcAiopU+h5DRzY='. The resource has been blocked.
farzindev commented 3 years ago

@marcelloclv @jrbdog

We've made some changes, Clear your cache and let us know if this has been resolved.

MarkusRodler commented 3 years ago

At least for me it's working now. Thanks

jrbdog commented 3 years ago

The login page opens now.

farzindev commented 3 years ago

Great.