Answer the question
In order to leave comments, you need to log in
How to fix 'Circular structure in "getInitialProps" result of page'?
Good evening, when I make a request to the API, I get the error 'Circular structure in "getInitialProps" result of page'
Code:
Profile.getInitialProps = async () => {
const res = await axios.get('http://127.0.0.1:3030/api/v1/users/1');
console.log(res);
return {data: res}
}
{"user_id":1,"username":"asd","address":"asdaasd","status":0,"balance":"0.14067736"}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question