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
- 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
- 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 with
SameSite=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 pageInvestigating. I think to do with the leaflet maps tiles
Many occurences of this error
Uncaught TypeError: Cannot read property 'removeFragment' of undefinedInvestigating. I think to do with the leaflet maps tiles