Error using stream dashboard: CSRF Failed - getstream-io

Whenever I try to do any actions on the getStream dashboard, I get an error message saying CSRF failed. I can't create and app, or edit/add a feed group. Every thing fails. I attempted making a new account, logging out/in.
Any suggestions?

Related

Getting API error occurred: account_inactive when using Slack Postmessage api to send message to slack user

I am building a slack app that would send messages to user. Recently I am getting an error which says "account_inactive". The slack documentation describes the following error as below
Authentication token is for a deleted user or workspace when using a bot token.
I tried sending a message to a deactivated slack user using "chat.postMessage" using a bot token "xoxb-token" and the API returns success all the time. It would be great if anyone can help me with what causes this error.
PS: I am not using BoltJS, I am using he JS SDK directly.
Sounds like your app has been uninstalled from the workspace. You can try calling auth.test to see if the token is still valid.
I've come across this error recently.
In my case, the cause was that when a user account is deactivated, some apps they've installed are also deactivated. If this is the case for you, a member with the permission to manage apps will need to reactivate it.
More information can be found in this Slack help article.

I have built a nodejs app with morgan module as a logger

I'm facing an issue to add custom message to each logs. My requirement is to add custom message for individual logs according to their route. How to do that ?
lets say ,
requested the URL http://localhost/user/login
user fails the login with invalid password
I want my log to have a custom message as wrong password. This message will change for each and every route.

getting error while sending dynamic notifications through custom activity in journey builder

I want to send dynamic notification through custom activity which I have created in journey builder. I am able to send only static notifications right now.
It is integrated with third party app through which the notifications will be send. I have integrated that using heroku and github. What changes should I make in config.json, activity.js and customActvity.js.
I have followed below site to create this custom activity and also the same github repository which is given there
https://www.vish-sfmc.com/post/new-changes-new-you
Below is the screenshot of error which I am getting after journey execution. Please tell me why I getting this error, if I need to do changes in node js or in marketing cloud.

Azure Logic APP resume work flow after web hook call

I am setting up a work flow with web hook URL.
Following are the steps we have configured.
Http Request is received.
Send Email with Gmail plugin
Response 200
WebHook Call back to Application
Resume WorkFlow to continue other operations ( Ex. Send Email With
outlook configuration)
Do have faced problem to resume work flow after web-hook URL is successfully executed.
Logic app run history
Run History flow image
Image shows request still in request state after web-hook URL Called. Unable to resume logic app workflow after webhook URL.
Please lets me any workaround to resolve this issue.

Using Microsoft Flow to send notification to powerapps

I have a sharepoint list , I have a created a "flow" that says when a new item is added to sharepoint list send notification to my custom powerapps application.
My powerapps notifications are not going through. Below is my error message,
Action 'SendPushNotification' failed
Fix It:
You should be able to fix this by verifying your account with PowerApps Notification. You may need to re-enter your password.
Error type:
This action failed because the connection '-People Advocacy' is not authorized.
Error Details:
The error message from the service is below. This maybe useful for support:
The client certificate was not provided.

Resources