Confirmation emails and ResourceNotFound at builds/edit_menu/

Hi,

I'm having some problems with a commcare-hq instance hosted on my local dev
server:

  1. Users cannot receive confirmation emails for new projects, despite the
    admin being able to receive error messages and notifications for new user
    project spaces via email. I'm guessing this is not a mail server error but
    application/configuration issue.

  2. I have followed the steps in
    https://github.com/dimagi/commcare-hq/blob/master/corehq/apps/builds/README.md to
    setup build, and on querying my local url http://myserver.local/builds/http://ndovu.bityarn.co.ke/builds/,
    I can see a list of the two builds that I added. However, on
    http://myserver.local/builds http://ndovu.bityarn.co.ke/builds//edit_menu/
    the application returns an error, *ResourceNotFound: missing *
    Without this working, I have no way of deploying an application within
    CommcareHQ

Kindly assist,

Muniu.

Hi Muniu,
Thanks for your question, and sorry you bumped into this problem! I just
fixed it with this pull request on github:
auto create commcare builds doc on edit_menu if does not exist by dannyroberts · Pull Request #2067 · dimagi/commcare-hq · GitHub. It should be fixed in the
latest master.

Cheers,
Danny

··· On Wed, Dec 11, 2013 at 10:48 AM, Muniu Kariuki wrote:

Hi,

I'm having some problems with a commcare-hq instance hosted on my local
dev server:

  1. Users cannot receive confirmation emails for new projects, despite the
    admin being able to receive error messages and notifications for new user
    project spaces via email. I'm guessing this is not a mail server error but
    application/configuration issue.

  2. I have followed the steps in
    https://github.com/dimagi/commcare-hq/blob/master/corehq/apps/builds/README.md to
    setup build, and on querying my local url http://myserver.local/builds/http://ndovu.bityarn.co.ke/builds/,
    I can see a list of the two builds that I added. However, on
    http://myserver.local/builds http://ndovu.bityarn.co.ke/builds//edit_menu/
    the application returns an error, *ResourceNotFound: missing *
    Without this working, I have no way of deploying an application within
    CommcareHQ

Kindly assist,

Muniu.

--


You received this message because you are subscribed to the Google Groups
"CommCare Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to commcare-developers+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Thanks Danny,
Worked like a charm!

··· On Thursday, December 12, 2013 1:31:23 AM UTC+3, Daniel Roberts wrote: > > Hi Muniu, > Thanks for your question, and sorry you bumped into this problem! I just > fixed it with this pull request on github: > https://github.com/dimagi/commcare-hq/pull/2067. It should be fixed in > the latest master. > > Cheers, > Danny > > > On Wed, Dec 11, 2013 at 10:48 AM, Muniu Kariuki <dennis...@gmail.com wrote: > >> Hi, >> >> I'm having some problems with a commcare-hq instance hosted on my local >> dev server: >> >> 1) Users cannot receive confirmation emails for new projects, despite the >> admin being able to receive error messages and notifications for new user >> project spaces via email. I'm guessing this is not a mail server error but >> application/configuration issue. >> >> 2) I have followed the steps in >> https://github.com/dimagi/commcare-hq/blob/master/corehq/apps/builds/README.md to >> setup build, and on querying my local url http://myserver.local/builds/, >> I can see a list of the two builds that I added. However, on >> http://myserver.local/builds /edit_menu/ >> the application returns an error, *ResourceNotFound: missing * >> Without this working, I have no way of deploying an application within >> CommcareHQ >> >> Kindly assist, >> >> Muniu. >> >> -- >> >> --- >> You received this message because you are subscribed to the Google Groups >> "CommCare Developers" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to commcare-developers+unsubscribe@googlegroups.com . >> For more options, visit https://groups.google.com/groups/opt_out. >> > >