Portal Sandobx Blank Page

Hey mates,
I was following every step on https://blog.dreamfactory.com/blog/bid/341114/OAuth-Tutorial-Part-Two
and after installing sandbox, and adding to apps… the shows up the page with content:
“Failed to launch service “portal-sandbox”: Service not found”

a checked out structure inside web/portal-sandbox and found that index is inside /src/
so when I follow to page /portal-sandbox/src/index.php shows blank page,

What should I do now? :smile:

Sorry for the long delay. Please shoot an email to support@dreamfactory.com so we can take a look.

I am also facing exactky the same problem…please update if someone knows how to solve this

thanks in advance

Regards
naheed

Hey everyone, the procedure for installing the portal sandbox has actually become much simpler.

First thing, undo whatever you’ve done up to this point, i.e. uninstall the sandbox as you have it now.

Next, in your project root, edit the composer.json file and add the following line to the require section:

"require": {
    ...
    "dreamfactory/portal-sandbox": "*",
    ...
}

If you put it at the end you do not need a comma, in the middle, you need one. Save the file and then run:

$ sudo php ./composer.phar update

This will install the portal sandbox automatically and make the necessary links.

Let me know if you have any issues.