Can't access gateway or portal -- domain/hostname issues?

Ok - we’re making headway…

The bootstrap script kept crashing so what I’d done was manually create users with the API (not correctly it would appear)

When I look at bootstrap.sh, the port is hard-coded to 3000 and I need to use non standard ports (3030 and 3080) for the dashboard and gateway. This would explain why it’s crashed.
I modified the bootstrap and it ran successfully so now I have a user tied to an organization.

  • The API_URL is now showing up in the design page (only without the port number) but when I add :3080 to complete the URL is runs as expected.
  • I’m also getting analytics as I call the endpoint

The two items I still need to correct are:

  • the missing port from the “API URL”
  • the dev portal which still comes back as “Not Found” (the link under 'open your portal is my local IP:3030/ org_id/portal)

Any ideas?