You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So this one may not be an issue with meteoric but I'm stumped as of right now. My builds go great using meteoric but when it goes to start the server, it sends the command but never starts. I've logged onto the instance and tried to run node bundle/main.js only to have meteor error out due to missing ROOT_URL.
The frustrating part is running export prints out ROOT_URL just fine. I even re-export it, and all the needed variables with no luck.
Any thoughts?
The text was updated successfully, but these errors were encountered:
So this one may not be an issue with meteoric but I'm stumped as of right now. My builds go great using meteoric but when it goes to start the server, it sends the command but never starts. I've logged onto the instance and tried to run node bundle/main.js only to have meteor error out due to missing ROOT_URL.
The frustrating part is running
export
prints out ROOT_URL just fine. I even re-export it, and all the needed variables with no luck.Any thoughts?
The text was updated successfully, but these errors were encountered: