-
-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SEO::title(...) missing after refresh / on inital pageload #470
Comments
Perhaps related: visiting a page from your local history sometimes opens the expected page (based on the title), sometimes a different one. |
Anyone had found a way to fix this behavior? |
@J87NL which browser are you using? I can't seem to reproduce it on Chrome and Firefox. |
Hi Pascal, thanks for your reply! I have this behavior in both Firefox 116.0 (64-bits) and Chrome 115.0.5790.110 (64-bits) on Ubuntu 22.04.2 LTS. |
@pascalbaljet Are you testing with SSR enabled? I'm without ssr enabled and this happens both in local and production, chrome and safari. |
I had the same issue. Make sure you remove the |
Thanks @romain-lgr, you are right. This fixes the refresh-issue. Not sure but I guess the However: this doesn't seem to fix the page history issue. |
Description:
SEO::title(...)
's are working great when navigating through our Splade application using<Link
's, but they dissapear after a page refresh and on the inital pageload.Steps To Reproduce:
In my controllers I use
When I navigate to this page using the menu the title is there, when I refresh it is gone.
The text was updated successfully, but these errors were encountered: