Why does generateWidgetSession return a 500?
A 500 with an HTML error page from generateWidgetSession is typically caused by having no data sources enabled in the environment matching the dev-id you are…
A 500 with an HTML error page from generateWidgetSession is typically caused by having no data sources enabled in the environment matching the dev-id you are using (testing and production are separate environments).
To fix it:
1
Enable at least one source in that environment, on the data sources page.
2
Verify your request headers exactly, since header name case-sensitivity can cause the same failure.
PreviousWhy does the auth endpoint return 422 errors?
NextWhy is my staging widget blocked before provider auth?
Last updated
Was this helpful?