Gabriel Chuan
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...
> As a temporarily solution, we loaded the schema in a rails console with something like this: > > ActiveRecord::Base.establish_connection(:queue) > load 'db/queue_schema.rb' > You might need to adjust the...
> Looks like the workers processing these jobs are crashing or being killed somehow. Can you access logs in that instance to see what it might be? @rosa i'm trying...
@rosa thanks for those! I managed to get use the logs to figure out what was happening. What happened was that the job was trying to find records to sync,...