inconsistant queries to Stripe #15

Open
opened 2023-05-22 05:36:54 +00:00 by MichaelYick · 0 comments
Owner

For some reason, after running stripe listen --forward-to="127.0.0.1:8000/subscribe-events/", putting the provided key in .env, and then updating a price on Stripe, there may be errors inconsistently complaining about an Event not existing.

This is seemingly fixed by running python3 src/manage.py makemigrations and python3 src/manage.py migrate after activating a stripe webhook key.

For some reason, after running `stripe listen --forward-to="127.0.0.1:8000/subscribe-events/"`, putting the provided key in .env, and then updating a price on Stripe, there may be errors inconsistently complaining about an Event not existing. This is seemingly fixed by running `python3 src/manage.py makemigrations` and `python3 src/manage.py migrate` after activating a stripe webhook key.
MichaelYick self-assigned this 2023-05-22 05:36:54 +00:00
MichaelYick added the
bug
High Priority
labels 2023-05-22 05:45:45 +00:00
This repo is archived. You cannot comment on issues.
No Milestone
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Cavemanon/RocksForMedia#15
No description provided.