Hi @Luiggi,
I recently attended the webinar on interactive embedding and was later trying to set it up.
After running docker compose up from the shared github repo and running nodejs backend, when I hit 3000 port I see metabase running and it asks for login. Since I didn't had any user, I created one, but it didn't had sample DB, so I tried with creds a@b.com shared in earlier webinar and it worked. It also has the dashboard 1.
Now, when I go to dashboard 1 page on the app running on 9090, the dashboard does not load and gives error, attached in screenshot.
Later, I tried hitting the http://localhost:3000/auth/sso?jwt=&return_to=http%3A%2F%2Flocalhost%3A3000%2Fdashboard%2F1%3Fnew_button%3Dtrue%26side_nav%3Dfalse directly in browser and it gives a message like:
..................java",969],["org.eclipse.jetty.util.thread.QueuedThreadPool$Runner","doRunJob","QueuedThreadPool.java",1194],["org.eclipse.jetty.util.thread.QueuedThreadPool$Runner","run","QueuedThreadPool.java",1149],["java.lang.Thread","run",null,-1]],"cause":"SSO has not been enabled and/or configured","data":{"status-code":400,"status":"error-sso-disabled"},"message":"SSO has not been enabled and/or configured","status":"error-sso-disabled"}
Also, I updated the MB_PREMIUM_EMBEDDING_TOKEN with one shared during the webinar and in server.js made changes for const user = {
email: "a@b.com",
first_name: "a",
last_name: "b",......
Is the issue specific to how I did the setup or SSO. Can you help?