Skip to content
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

Deploy the 0.2.0 alpha 2 release #670

Closed
bajiat opened this issue Dec 1, 2015 · 7 comments
Closed

Deploy the 0.2.0 alpha 2 release #670

bajiat opened this issue Dec 1, 2015 · 7 comments
Assignees

Comments

@bajiat
Copy link
Contributor

bajiat commented Dec 1, 2015

No description provided.

@bajiat bajiat assigned 55 Dec 1, 2015
@bajiat bajiat added the ready label Dec 1, 2015
@55
Copy link
Contributor

55 commented Dec 3, 2015

Getting this error:

Uncaught ReferenceError: JsonRoutes is not defined jsonRoutes.js?c65d1af9d72651c014f2305140cc8d197ee112ec:1 

when deploying (same error starting locally). For now commented this file.

@55 55 added in progress and removed ready labels Dec 3, 2015
@frenchbread
Copy link
Contributor

@elnzv Is this error shows up on a server-side or a client-side?

@55
Copy link
Contributor

55 commented Dec 3, 2015

Client, it doesn't crush app locally, but on remote.

On Thu, 3 Dec 2015, 14:26 Damir Mustafin notifications@github.com wrote:

@elnzv https://github.com/elnzv Is this error shows up on a server-side
or a client-side?


Reply to this email directly or view it on GitHub
https://github.com/apinf/api-umbrella-dashboard/issues/670#issuecomment-161619829
.

Illya Nizyev ~ www.nzv.nz

@frenchbread
Copy link
Contributor

Well, try to check if JsonRoutes package is installed.. I had the same error in a browser, when testing it locally but later it just disappeared.

@55
Copy link
Contributor

55 commented Dec 3, 2015

Checked. Package is in place.

On Thu, 3 Dec 2015, 14:35 Damir Mustafin notifications@github.com wrote:

Well, try to check if JsonRoutes package is installed.. I had the same
error in a browser, when testing it locally but later it just disappeared.


Reply to this email directly or view it on GitHub
https://github.com/apinf/api-umbrella-dashboard/issues/670#issuecomment-161621387
.

Illya Nizyev ~ www.nzv.nz

@55
Copy link
Contributor

55 commented Dec 4, 2015

Solution is might be in wrapping JsonRoute with

if (Meteor.isServer) {}

Based on this code: https://github.com/harryward/lystify/blob/93d81c0dfa3b109523c1190a14b079cb641286a2/morsList.js#L32-L39

@55
Copy link
Contributor

55 commented Dec 7, 2015

Deployed.

@55 55 closed this as completed Dec 7, 2015
@55 55 removed the in progress label Dec 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants