Skip to content
Discussion options

You must be logged in to vote

Alright so this was just me being dumb...

path: ${url.pathname}${url.search}, was the issue... this was a byproduct of the switch from aws4 package... I just dropped the url.search off and moved it into query param: query: Object.fromEntries(url.searchParams.entries()) || undefined,

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by justin-masse
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant