RootCauseunvalidated
returning data from axios solved the issue for me — axios.get(url). Tension: Trying to fetch data on the server instead of the client. Outcome: axios.get(url).then(res => res.data).
628fbe4c-c099-41df-9ed4-d4758c4f2be0
returning data from axios solved the issue for me — axios.get(url). Tension: Trying to fetch data on the server instead of the client. Outcome: axios.get(url).then(res => res.data).