Esri / nearby-javascript

ArcGIS API for JavaScript app to find places nearby and route to the nearest location.
Apache License 2.0
41 stars 24 forks source link

Logging out on mobile devices goes to Page not found #15

Closed codergrl closed 5 years ago

codergrl commented 5 years ago

This only happens on a mobile device, or on a browser that's been resized to where the Map and List are separate pages. When clicking Sign out, the app tries to load https://arcgis-nearby-js.netlify.com/map and returns Page not found

odoe commented 5 years ago

Done in latest update and live. I also added a redirect for the deployed site so that refreshes on local routes always work. They /map will redirect to the main page, but this is the cost of client side routing in web apps.

codergrl commented 5 years ago

Looks good