Closed Rohithzr closed 7 years ago
Could you confirm you're using the latest release, v0.6.0?
@maxidor I am following this guide here: https://github.com/kamax-io/mxisd/blob/master/docs/build.md
@Rohithzr matrix.domain
cannot be a URL, it has to be a domain. In your case, that would be idigid.com
. It might or might not be related to the issue, but we'll see.
@maxidor i tried it with 'idigid.com' on the first go, same error
What is the output of git describe --always --tags --dirty
in the cloned repository?
There you go
ubuntu@ip-172-31-19-34:~/mxisd$ git describe --always --tags --dirty
v0.5.0-10-gaaa742f
So for some reason the Sendgrid notification handler is being used, and I can't see any way that is being done unless you have more configuration than what you showed.
That would be done by setting a value for notification.handler.email
What can I set it to disable it manually, i only have the setting i showed.
From: Max Dor notifications@github.com Sent: Thursday, November 23, 2017 10:36:36 PM To: kamax-io/mxisd Cc: Rohit Hazra; Mention Subject: Re: [kamax-io/mxisd] Getting NullPointerException on signup using riot (#37)
So for some reason the Sendgrid notification handler is being used, and I can't see any way that is being done unless you have more configuration than what you showed.
That would be done by setting a value for notification.handler.email
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/kamax-io/mxisd/issues/37#issuecomment-346667554, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABhM6mg0iT2t-LlBip5rRL6wd7wENU9Iks5s5aYbgaJpZM4QoYYg.
Add the following to the config file:
notification.handler.email: raw
ok this works now. thanks, also is there any place where we can connect? i basically have some questions and would be very helpful if you could help, basically regarding creating plugins for sms, email(ses) and other stuff.
The best place is on Matrix directly, you can join #mxisd:kamax.io
thanks a lot, ill join there now
So after some digging, I found the bug. Could you remove the notification handler config option, update to latest master, and give it a try again please?
@maxidor ok ill try this asap and let you know
@maxidor yes it works
I have configured a matrix homeserver (synapse) and am configuring the identity server (mxisd) but I am getting a null pointer exception on the basic settings.
Config
It probably has something to do with
PlaceholderNotificationGenerator.java
Error