Apparently successful install results in: "No session token (JWT) provided. Please provide a valid JWT using X-DreamFactory-Session-Token ..."

I just installed the latest develop branch. Everything worked as expected in my local dev env.

Everything appeared to have been installed successfully when I deployed the app, but after creating my user and attempting to login at https://{host}/dreamfactory/dist/index.html#/login I get:

No session token (JWT) provided. Please provide a valid JWT using X-DreamFactory-Session-Token request header or 'session_token' url query parameter.

This was resolved by dropping all of the DB tables. I’m assuming that the migrations were interrupted during a deployment.