Closed HernanPaez closed 5 years ago
@HernanPaez I'll take a look.
@HernanPaez Could you tell me more what do you want to fix with backticks?
The error message is about missing user_id
and it's because you are trying to use server-side Token, instead of client side. The client-side Token should have a payload with user_id
value only.
Please check docs here: https://getstream.io/docs_rest/#clientside_authentication
I will check it out!
@buh . We fixed it. We were using the server-side token. It worked again when we fixed it on the backend.
What did you do?
Add a 'Like' reaction to an activity
What did you expect to happen?
Add the like reaction
What happened instead?
Fails with error:
GetStream Environment
GetStream version: 1.1.8 Xcode version: 10.2 Swift version: 4.2 Platform(s) running GetStream: iOS macOS version running Xcode: Mojave 10.14.4
Additional context