sreekumar menon

Results 14 comments of sreekumar menon

Assuming that this library is kind of abandoned at this point, Is there an alternate library for routing with next.js, if someone do not want to use file based routing...

From what I have seen so far , the next,js project priorities are set for based on what is required for vercel platform and not necessarily based on the needs...

I have already started migrating to next routing.

i think you have return from getinitialprops static async getInitialProps(props) { console.log(props.query) return {name: props.query.name} }

i meant you have to return something from getInitialProps(0 method. https://github.com/zeit/next.js#fetching-data-and-component-lifecycle

++ major blocker for our project. our use case was to clone/ copy an object with another object which has 4 nested objects

@brad-decker ,did you mean we don't have to bypas SSR with apollo-link-state anymore? do you have an example code ?

Thanks dchaley ,that worked. I am wondering how changing from POST to GET fixed the issue!

faraday (0.8.9) and it was working fine with version 0.8.8.

Hi sb8244- just curious, was this fixed recently @realdoug and do you know what was causing it to fail?