-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Comments
Are you passing this Also, can you console.log the output in both scenarios so we can see what is being passed in place of the id? |
Closing due to inactivity. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?The text was updated successfully, but these errors were encountered: