You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im using Next js and when im using next/link the log says its creating a new subscription but it never listens to it.
The scenario is this:
Frontpage has a subscription, this works, from frontpage i click on a "next/link" and it shows thats its unsubscribing and creating a new subsription with the correct settings. But when the subscription should trigger it triggers the old one.
It works when not using next/link and only regular <a href
The text was updated successfully, but these errors were encountered:
Not sure if i'm missing something but here goes.
Im using Next js and when im using next/link the log says its creating a new subscription but it never listens to it.
The scenario is this:
Frontpage has a subscription, this works, from frontpage i click on a "next/link" and it shows thats its unsubscribing and creating a new subsription with the correct settings. But when the subscription should trigger it triggers the old one.
It works when not using next/link and only regular <a href
The text was updated successfully, but these errors were encountered: