Skip to content

Console bugs #131

Description

@samjam48
  • - URL is requesting images over http instead of https
    The page at 'https://generation-change.netlify.com/results?postcode=BH154DH' was loaded over HTTPS, but requested an insecure image 'http://b.tile.osm.org/11/1012/687.png'.
    Leaflet maps tile layer calls are all using http. fix by turning to https.

  • - Cors error with cookie being set without 'SameSite' attribute.
    Part of a new chrome release requiring cross-site requests to only deliver cookies withSameSite=None. Dropbox needs to update their cookie settings or we need to use not dropbox or find a way to not have this error show up....

  • Many occurrences of this error Uncaught (in promise) TypeError: Cannot read property 'querySelectorAll' of null on the results page
    Investigating. I think to do with the leaflet maps tiles

  • Many occurences of this error Uncaught TypeError: Cannot read property 'removeFragment' of undefined
    Investigating. I think to do with the leaflet maps tiles

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions