Netlify dev --live not allowing routing with Gatsby

I’ve been using Netlify Dev with my Gatsby app and it’s been amazing! I started playing about with the --live flag, and I’ve come across some issues when trying to programatically route to another page with the navigate function from gatsby. It works perfectly on my localhost link, but it doesn’t work on my *.netlify.live link.

Hi jack! Sorry to hear things aren’t behaving as you might expect.

Netlify dev is still in beta, and its open source, so you might look through here to see if you can spot an issue that matches what you are seeing:

If not, I strongly encourage you to file an issue so we can scope the work and get it fixed :tada:

1 Like