
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2020 12:10 PM
Getting back this response error when trying to Authorize, initializing the account. Response is from https://elastic.snaplogic.com/api/1/rest/admin/oauth2callback/rest
{
“query_string”: “code=xxxxxx&state=xxx”,
“path”: “/api/1/rest/admin/oauth2callback/rest”,
“response_map”: {
“error_list”: [
{
“message”: “list index out of range”
}
]
},
“http_status”: “”,
“http_status_code”: 500
}
What does “list index out of range” refer to?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2020 01:39 PM
Hi @gg433, are you defining your own state
endpoint parameter value? If so, you can remove it as our platform generates its own. If not, you may need to share the details of your REST Account configuration (hiding any sensitive data)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2020 12:40 PM
Note that the LinkedIn Snap Pack is no longer supported as of February 2020: https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/896468553/February+2020+4.20+Release+Notes...
Diane Miller

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2020 12:41 PM
Thanks. I’m not using the LinkedIn snappack, just using the general Rest snaps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2020 01:39 PM
Hi @gg433, are you defining your own state
endpoint parameter value? If so, you can remove it as our platform generates its own. If not, you may need to share the details of your REST Account configuration (hiding any sensitive data)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-06-2020 02:34 PM
yes, I was defining my own state value. I’ll try it without it. Thanks!
