App code error on local server installation

Dear all,

I installed a local server on Ubuntu 14.04 and having an issue. I built the
app successfully however, when I click on app code, I receive this error:

(No app code available. If you would like to use an app code instead of
scanning the application barcode, try making another version.)

A screenshot is attached.

Any leads? What could be causing this? thanks for your help.

Joseph

Hey Joseph,

I'm forwarding this thread to commcare-developers since it is related to a
local setup.

I think you likely need to specify a bitly acocunt setup in your
localsettings.py (specifically these two variables).

BITLY_LOGIN = ''
BITLY_APIKEY = ''

cheers,
Cory

··· On Mon, Oct 10, 2016 at 4:55 AM, Joseph Okoegwale wrote:

Dear all,

I installed a local server on Ubuntu 14.04 and having an issue. I built
the app successfully however, when I click on app code, I receive this
error:

(No app code available. If you would like to use an app code instead of
scanning the application barcode, try making another version.)

A screenshot is attached.

Any leads? What could be causing this? thanks for your help.

Joseph

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

Thanks Cory, that works. It generated the app code. regards,

Joseph

··· On Monday, October 10, 2016 at 4:01:44 PM UTC+1, Cory Zue wrote: > > Hey Joseph, > > I'm forwarding this thread to commcare-developers since it is related to a > local setup. > > I think you likely need to specify a bitly acocunt setup in your > localsettings.py (specifically these two variables). > > BITLY_LOGIN = '' > BITLY_APIKEY = '' > > cheers, > Cory > > On Mon, Oct 10, 2016 at 4:55 AM, Joseph Okoegwale <m...@me.net.ng > wrote: > >> >> Dear all, >> >> I installed a local server on Ubuntu 14.04 and having an issue. I built >> the app successfully however, when I click on app code, I receive this >> error: >> >> (No app code available. If you would like to use an app code instead of >> scanning the application barcode, try making another version.) >> >> A screenshot is attached. >> >> Any leads? What could be causing this? thanks for your help. >> >> Joseph >> >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "commcare-users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to commcare-user...@googlegroups.com . >> For more options, visit https://groups.google.com/d/optout. >> > >