This repository has been archived by the owner on Oct 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
About storfront/get_started and api server #5
Comments
if request.method == 'POST':
<input type="text" emptyvalue="Email" class="empty" name="email" id="email" />
|
from lib.indextank.client import ApiClient, IndexAlreadyExists, TooManyIndexes, InvalidDefinition, InvalidQuery
|
|
I just added the missing js back. We removed it when we disabled new signups on indextank.com, and forgot to enable it back. The commit with the change is 8909646 |
Er, how to handle the api server 500? It seems always get a uncaught exception. |
mmm that looks like:
Is that the only error you get on the API log ? Don't you get an error before that? Maybe on /data/logs/apierrors.log ? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://github.com/linkedin/indextank-service/blob/master/storefront/urls.py line 21
#url(r'^get-started/$', 'storefront.views.get_started', name='get_started'),
In the get_started.html, here just a easy form id "signup":
https://github.com/linkedin/indextank-service/blob/master/storefront/templates/get_started.html line > 48
https://github.com/linkedin/indextank-service/blob/master/storefront/views.py line 290
Thanks for your reply.
The text was updated successfully, but these errors were encountered: