Skip to content

DynamicLinksFunction is called once only (on the first accessed page) #162

Closed Answered by GuyoST
GuyoST asked this question in Q&A
Discussion options

You must be logged in to vote

Finally I could found out what happened, so please don't try to help me anymore about it :).

For people who whould be in the same situation :

The Meta and dynamics links functions are call client side after hydratation is done, that's why I couldn't see the log server side, it was logged on client side.

My styles were not loaded after the first page, because the DynamicLinks function was accessing a file that ends with ".server.ts" so it was not available for the client. I renamed it with ".ts" instead of ".server.ts" and it's working.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by GuyoST
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant