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
Let me explain: If we create a new .mdx file, then the first person who comes to [slug].page will see the number 0, although it should be 1. This is due to the fact that Redis receives the request and only then sends it.
We go to the page
And we see that 0 is displayed although there is already 1 person in Redis.
The text was updated successfully, but these errors were encountered:
Let me explain: If we create a new .mdx file, then the first person who comes to [slug].page will see the number 0, although it should be 1. This is due to the fact that Redis receives the request and only then sends it.
We go to the page
And we see that 0 is displayed although there is already 1 person in Redis.
The text was updated successfully, but these errors were encountered: