Modern browsers provide lots of errors all over laraship because of Mixed Content (http and https)
Example:
Mixed Content: The page at \'https://website.com/dashboard\' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint \'http://website.com/announcements/unread-in-url?current_url=%2Fdashboard\'. This request has been blocked; the content must be served over HTTPS.
It looks like some modules are retreiving resource_url from some place, and that resource_url is in http.
Mixed Content
02
Sep