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

Same code but different values at prod vs dev #1195

Closed
alparslanahmed opened this issue Mar 8, 2016 · 2 comments
Closed

Same code but different values at prod vs dev #1195

alparslanahmed opened this issue Mar 8, 2016 · 2 comments

Comments

@alparslanahmed
Copy link

Hi everyone,
I have an table object and cards array inside it. Listing cards with each and writing table id with {{../_id}}. In local development it gives different value and at server side production environment gives different value. I using same db all environments. In local it gives cards _id value at server it gives tables _id value. What do you think about this, how i will find my mistake?

@methodbox
Copy link

methodbox commented May 15, 2016

Are you passing this _id using a router function of some kind, like Express?

Also, can you console.log the output in both scenarios so we can see what is being passed in place of the id?

@nknapp
Copy link
Collaborator

nknapp commented Apr 5, 2020

Closing due to inactivity.

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