node.js – Return axios get error ([[PromiseState]]: “rejected”)
I want to pass two parameters with symbols into API (using Axios get), but the errors come out [[PromiseState]]: “rejected”. If pass two parameters without symbols into API, it can be worked and the messages come out [[PromiseState]]: “fulfilled”. The console log (two parameters with symbols) error results like below, the two parameters sample which … Read more