-
Notifications
You must be signed in to change notification settings - Fork 11k
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
Images not shown in dev #534
Comments
You can start meteor as:
|
I tried already, command not found ROOT_URL |
Which SO are you using? |
Im running on Windows. Everything works fine just the ROOT_URL is giving me trouble |
So, I don't know how to use env variables in Windows :( You can try this http://superuser.com/questions/223104/setting-environment-variable-for-just-one-command-in-windows-cmd-exe |
From an ex-windows user 😄 set ROOT_URL = http://myurl.com or http://stackoverflow.com/questions/19715617/set-root-url-of-meteor-app-on-windows |
@fonsich - pls close issue if you got it working - thx |
Thanks, i could set the Var but still don't see any Avatars or Image uploads. |
are you running meteor from the same command window that you set the ROOT_URL ? |
Yes exactly |
When you type 'set' alone in the command window, make sure you see the ROOT_URL env set correctly. I just fired up an old windows laptop and tried. The meteor sessions should indicate => App running at: your_root_url |
Also 'echo %ROOT_URL%' should print the value you expect. |
If 'echo %ROOT_URL%' did not print the correct value. You've probably added a space after the name. Make sure there is no space before and after the equal sign. |
Thanks worked for me. Muito Obrigado! |
Hi,
no images are shown in dev enviroment. How can i set the ROOT_URL when i want to start up with meteor?
The text was updated successfully, but these errors were encountered: