You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I setup indivo server 2.0.0 and Indivo UI server with Django 1.4 in windows XP OS,
everything fine, I am able to see login page of UI server, when I try to login with jsmith/jsmith,
I am getting the following,
DEBUG oAuth: Consumer chrome Not Found
Please help me about the above,
Best regards,
Sreeni
The text was updated successfully, but these errors were encountered:
Below is the configuration in settings.py of indivo_server,
SECRET_KEY = 'abcd1234'
Below is the configuration in credentials.json under \indivo_server\registered_apps\ui\sample_ui,
{
"consumer_key": "chrome",
"consumer_secret": "chrome"
}
And Below is the configuration in settings.py of indivo_ui_server\ui,
CONSUMER_KEY='chrome'
CONSUMER_SECRET='chrome'
SECRET_KEY = 'abcd1234'
I am still getting the same error, do I need to run again "reset.py" after I setup above configuration.
Thnaks in advance for all
Hi Indivo Experts,
I setup indivo server 2.0.0 and Indivo UI server with Django 1.4 in windows XP OS,
everything fine, I am able to see login page of UI server, when I try to login with jsmith/jsmith,
I am getting the following,
DEBUG oAuth: Consumer chrome Not Found
Please help me about the above,
Best regards,
Sreeni
The text was updated successfully, but these errors were encountered: