stripe-sync-engine icon indicating copy to clipboard operation
stripe-sync-engine copied to clipboard

Sync your Stripe account to you Postgres database.

Results 21 stripe-sync-engine issues
Sort by recently updated
recently updated
newest added

Bumps [json-schema](https://github.com/kriszyp/json-schema) and [jsprim](https://github.com/joyent/node-jsprim). These dependencies needed to be updated together. Updates `json-schema` from 0.2.3 to 0.4.0 Commits f6f6a3b Use a little more robust method of checking instances ef60987 Update...

dependencies

I realize that this may be more of documentation improvement request but wanted to flag as a bug in case others bumped into it - Supabase's recent migration to IPv6...

bug

Running a second or third container is fine if you have a few stripe accounts. However if you have N accounts (i.e. you're building an app that integrates with stripe),...

# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

bug

# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

enhancement

https://github.com/supabase/stripe-sync-engine/blob/2c0d81aaf877af018d1d4f103459e24cffebeca2/db/migrations/0012_add_updated_at.sql#L11 If the database does not have a `postgres` role, the migration fails. ``` /app/node_modules/pg-node-migrations/dist/migrate.js:108 const error = new Error(`Migration failed. Reason: ${e.message}`); ^ Error: Migration failed. Reason: An error...

enhancement

## What kind of change does this PR introduce? Move and separate to libs and node-fatify server. ## What is the current behavior? Now it's one web app which we...

Bumps [find-my-way](https://github.com/delvedor/find-my-way) to 8.2.2 and updates ancestor dependency [fastify](https://github.com/fastify/fastify). These dependencies need to be updated together. Updates `find-my-way` from 7.7.0 to 8.2.2 Release notes Sourced from find-my-way's releases. v8.2.2 ⚠️...

dependencies

Removes [send](https://github.com/pillarjs/send). It's no longer used after updating ancestor dependency [@fastify/static](https://github.com/fastify/fastify-static). These dependencies need to be updated together. Removes `send` Updates `@fastify/static` from 6.6.0 to 6.12.0 Release notes Sourced from...

dependencies

# Bug report Looks like it's not on the [list of webhooks ](https://github.com/supabase/stripe-sync-engine/blob/main/README.md#webhook-progress)in the README.md **Logs from docker** ``` Error: Unhandled webhook event at /app/dist/routes/webhooks.js:262:44 at step (/app/dist/routes/webhooks.js:33:23) at Object.next...

bug