Gabriel Chuan

Results 7 comments of Gabriel Chuan

Facing the same issue here!

Managed to do some workarounds for now but it's a shoddy approach. Overrode AuthenticationController and set the access + refresh tokens after it's generated and set in the headers by...

Happy to tackle this if you're up to code review my changes(:

> Yes. I can. Please proceed 👍 Will work on this!

> I too was able to bypass the issue with this bug by wrapping my values call with sql``: > > ```ts > const product = await tx > .insert(products)...

@ymc9 adding some questions here: 1. Would the approach to implement this require more database calls or can these all be done at runtime? Ideally, it shouldn't require more database...

Facing the same issue as well. Here's what I have in my meteor packages: ``` # Meteor packages used by this project, one per line. # Check this file (and...