[SOLVED] Metabase embedded Django Reference app not working?

I am looking at the metabase embedded app references below and it appears that the django app is not working.

When I run the manage.py and access the webserver that is created and click one of the signed embedded dashboards I am brought to a login page but after I click login with the pre-filled credentials I get the error below.

Any idea why this is not working? Thanks

dashboard url: http://127.0.0.1:8000/signed_public_dashboard

resolved, the iframe url in user_stats/views.py needs to be updated. Needs token.decode(“utf8”) instead of just token.

1 Like