Hi, I’ve had a look to see if anyone has posted an issue already, but couldn’t find anything. So, thought I’d report an issue…
It would appear the ‘getServerSideProps’ added in 9.3 doesn’t work on netlify. When requesting the same url, netlify doesn’t call the api and render a new page, instead it returns the generated page. I have verified this on the ‘zeit.co’ service and it works as expected.
I had to turn off the asset optimisations (which I turned on) to get other functionality working, but that doesn’t appear to have fixed this issue. Does anyone know if version 9.3 is supported or why getServerSideProps wouldn’t work on netlify?
Thank you