Stuck on Product Support Page v1.8.0

Hi @cardblower, the usual workaround here is just to navigate directly to your Admin Console:

http://{host}:{port}/launchpad/index.html

The general issue is being resolved, but has been difficult to reproduce in our environments. I am sure your three test cases will help our engineers greatly in nailing this down.

A permanent fix would be to manually add the token that skips the Product Support page once you’ve been there before. First, you would generate a hash of your login email address:

$ php -a
php > echo sha1("jeffrey@dreamfactory.com");
php > exit

Then, write a marker with this hash in the /storage/.private/ folder under your DSP’s root directory:

cd storage/.private
touch .registration_complete.cf75750c6895081bce80fba74295270a23777332

This marker will permanently bypass the Product Support page.