Error: Expected token to be set for this request, but none was present

useEffect(() => {
    discordRest.get(Routes.user(voter.userId)).then((data) => {
      console.log(data);
      setUser(data);
    });
  }, [voter.userId]);
image.png
Was this page helpful?