This is my first time using axios and I have encountered an error.
axios.get( `http://someurl.com/page1?param1=1¶m2=${param2_id}` ) .then(
In addition to @jacobhobson answer, I had also used some parameters to made it work.
app.use(cors({origin: true, credentials: true}));