-
Notifications
You must be signed in to change notification settings - Fork 3
Console bugs #131
Description
-
- 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 nullon 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