Nikhil Kothari

Results 176 comments of Nikhil Kothari

@ankush For a mobile app, what should we do to create a session to make socket events work? On iOS, the problem is that cookies fail if the host is...

> @nikkothari22 we can try accepting `Authorization` header and passing it on to socketio. Does it work? I haven't tried it, so not sure if it would work? It still...

@chechani Can you check if the cookies are set after logging in?

@chechani Can you also share the version of Frappe that you're using?

The issue most probably is that the cookies are not being sent with the request. (SameSite) This might be because of cross domain requests. What's the URL of your Frappe...

Yeah the problem isn't with CORS, but with the cookies not being set because SameSite is set to Strict/Lax on Frappe. Recommended way to authenticate for cross domain would be...

Hopefully this would fix it in v16: https://github.com/frappe/frappe/issues/26189

@abhirock74 This issue is not for the full name field but the ID of the user. If the ID of the user changes, Raven User's ID doesn't change. It's a...

Hey @yiouyou , We're working on Raven Bots which will allow developers to add such features to Raven. We expect this to be available early May this year. Thanks!

@yiouyou Yes, it's on the roadmap. For now, a bot can send a message to a channel/user. Check the "Raven Bot" DocType class. To "listen" to messages, one option is...