Can't Make Requests With Bearer Token in Next.js

Can't Make Requests With Bearer Token in Next.js

Hello, 

Any ideas why my request would work using postman and python but not within Next.js or node?
I'm able to generate the access token fine.

My error is:
  code: 'HPE_INVALID_HEADER_TOKEN',
    reason: 'Invalid header value char',

Any help appreciated