-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add session_id to headers for all HTTP requests to sphinx-tribes backend #820
base: master
Are you sure you want to change the base?
Add session_id to headers for all HTTP requests to sphinx-tribes backend #820
Conversation
I created a new release for sphinx-tribes because that is why the tests are failing rn https://github.com/stakwork/sphinx-tribes/releases/tag/v0.1.95 |
src/store/main.ts
Outdated
@@ -218,7 +218,8 @@ export class MainStore { | |||
body: JSON.stringify(body), | |||
headers: { | |||
'x-jwt': info.tribe_jwt, | |||
'Content-Type': 'application/json' | |||
'Content-Type': 'application/json', | |||
session_id: this.sessionId |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is session_id supposed to be wrapped in quotes?
d6cddfa
to
a4e2119
Compare
can you try updating to I saw that using an underscore is fine but nginx will ignore headers with an underscore so that might be causing the issue, I'll create a new release after merging the tribes PR |
@kevkevinpal Sure |
af11fa0
to
530f0f3
Compare
42bc4f8
to
401d081
Compare
6522a09
to
26150a3
Compare
d3c6d8a
to
7b2d151
Compare
Hi @kevkevinpal, |
Describe your changes
Issue ticket number and link: stakwork/sphinx-tribes#2305
Closed: stakwork/sphinx-tribes#2305
Type of change
https://www.loom.com/share/31a1109ea45e4efdaae67b2422e03e50
Please delete options that are not relevant.
Checklist before requesting a review