Detect page change in middleware #2342
Unanswered
Rocinante89
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey! So i'm trying to write a middleware to create and store an idempotency token. The requirements are to generate a new token on each page change & also if our external api throws an error.
My plan is this:
My question is, how do I detect a page change? using middleware?
Beta Was this translation helpful? Give feedback.
All reactions