question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Install gives a blank page

See original GitHub issue

Hi, I tried following the instructions to test forest admin on my app, but had several issues…

  • lumber login doesn’t do anything
  • when I launch yarn start in the generated app, I get this: image

I also tried adding the lumber-forestadmin plugin but it didn’t change anything.

I’m confused…

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

3reactions
dylanhustedcommented, May 30, 2019

I had the same issue and just figured it out. What you’re seeing is actually expected - it’s your back office app at localhost:3000 (or whatever port you specified in setup). That’s not the admin panel URL.

I’m sure there is a better order of operations (reading now, it seems very redundant), but here is what worked for me:

After creating your app and running npm install, you need to install lumber-forestadmin from npm:

npm install --save lumber-forestadmin

Then, you need to sign in to forest, because lumber login failed for you as it did for me:

lumber run lumber-forestadmin:login

Thanks for pointing me in the right direction there @j1mmie (your command led me to that one).

Finally, I needed to run this command with my Forest account email as a param:

lumber install lumber-forestadmin --email [YOUR-FOREST-EMAIL]

No brackets of course. I found that command here: https://github.com/ForestAdmin/lumber/issues/224

After running that, I received the following output:

Forest Admin Installation

Create your admin panel: Hooray, installation success!

Your admin panel is available here: https://app.forestadmin.com/[ID]`

That link in the output is your Forest admin panel, not localhost:3000.

Final Note:

If you specified a custom port in your lumber generate command, your Forest panel will fail to connect. It queries localhost:3000 by default. So, you need to set your localhost forest app to 3000, get in the admin panel, and then set a custom port in the panel and in your app after successfully connecting and logging in with 3000.

This was pretty crazy. Forest team, please update your docs.

0reactions
marcperrinpcommented, Jul 3, 2019

Hi,

Apologies if this wasn’t straight-forward!

Our installation walkthroughs are documented here (note that we are still finetuning our Docker installation, so there might still be blocking points in some cases).

Feel free to reopen this issue if you encounter other installation issues.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Blank page during installation - GFI Support
Blank page during installation · Check for the prerequisites – Go to /checklist.php and see if any errors are being displayed. Resolve all...
Read more >
Moodle install gives blank page after Configure Database Step
I am trying to install Moodle on a hosted site. I have done the following: 1. Created a /moodle folder and subdomain pointing...
Read more >
Blank Page During Installation - Kayako Classic Support
This article provides information about the issue of a blank page when running the setup script during installation.
Read more >
Jira Install gives a blank page - Atlassian Community
I am new to Jira and just installed the software on a Windows 2012 server. ... Jira Install gives a blank page ......
Read more >
Piwigo.org - [solved] Install Gives Blank Page
Hello, On the way ove moving my server, I try to install piwigo as ordinary user (in the present one it's installed as...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found