-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The browser shows nothing after configuring .env file with Google API Key #16
Comments
same here |
You need to kill and re-run your process for the .env values to be loaded. |
Thanks for helping me out. Hmm.. how do I do that? Do you mean that I should ctrl+c to kill the server and npm run again to run the .env to be loaded? Can you please explain it again? Thank you in advance! I really appreciate it. |
@mastersoftwaremedia that is exactly what you should do then, after this, the .env file shall be correctly included. This worked for me. |
Hi, Not working for me ! The page stay white and show nothing. |
Try to use yarn instead of npm. |
Is this closed? |
Hi Ari,
No, not at all.
…On Fri, Jun 2, 2017 at 12:42 PM, Ari ***@***.***> wrote:
Is this closed?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#16 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AS_lT_sIPYn3rGn6DOF4H1-yyHeMYzeGks5sADtigaJpZM4KdvWu>
.
|
the solution for me was here: |
Hi Auser! Thanks for posting this tutorial. The only thing is that I am not getting the result that I suppose to get. I clone from repo and followed exactly the way it is stated. I am very new to React and NEM, so please bare with me. I think I am doing wrong with "Configuring the Application" part. Here's what I am having.
Got API and after executing this command->
cp .env.example .env
Inside .env file
Server is running and working fine
The browser shows nothing
What am I doing wrong?
The text was updated successfully, but these errors were encountered: