BuildShipBBuildShip
Powered by
solS
BuildShip•3y ago•
3 replies
sol

Get Authorization Header Node has incorrect output type

The node is set up to output "string" but the code clearly outputs an object:
export default function getAuthorizationHeader({ req }) {
  return { headerValue: req.headers["authorization"] };
}
export default function getAuthorizationHeader({ req }) {
  return { headerValue: req.headers["authorization"] };
}


Not totally sure why it doesn't just output the string...
BuildShip banner
BuildShipJoin
Join founders, builders, devs using Low-code / No-code to create backend, APIs, scheduled Jobs, automation, AI workflows
7,971Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

API Node Header
xbommer07Xxbommer07 / ❓・buildship-help
10mo ago
Output node within parallel node
BrianBBrian / ❓・buildship-help
12mo ago
Output too large on API call node
ClintonCClinton / ❓・buildship-help
2y ago
Issue with "Update Output Schema" Functionality in Supabase "Get Row with Token" Node
JrocksJJrocks / ❓・buildship-help
2y ago