Skip to content
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

Page title not updated #51398

Closed
1 task done
rade-ilijev opened this issue Jun 16, 2023 · 4 comments
Closed
1 task done

Page title not updated #51398

rade-ilijev opened this issue Jun 16, 2023 · 4 comments
Labels
bug Issue was opened via the bug report template. locked

Comments

@rade-ilijev
Copy link

rade-ilijev commented Jun 16, 2023

Verify canary release

  • I verified that the issue exists in the latest Next.js canary release

Provide environment information

I have built my app with latest version of next13 (13.4.6).

Which area(s) of Next.js are affected? (leave empty if unsure)

No response

Link to the code that reproduces this issue or a replay of the bug

kgb.gg

To Reproduce

I'm experiencing problems where page title is not updated. I find out that using serverActions in next.config.js is producing this problem. When serverActions are not here, problem is solved, however I'm not able to use server and it's not a solution.

Describe the Bug

I'm experiencing problems where page title is not updated, it will update when page refresh.

Expected Behavior

To change page title...

Which browser are you using? (if relevant)

Chrome

How are you deploying your application? (if relevant)

No response

@rade-ilijev rade-ilijev added the bug Issue was opened via the bug report template. label Jun 16, 2023
@FranzaLeny
Copy link

I am experiencing the same issue if
experimental: {
serverActions: true,
}

@viniciusbitt
Copy link

viniciusbitt commented Jun 18, 2023

I am experiencing the same issue if experimental: { serverActions: true, }

Same issue, the <head><title></title></head> doesn't update if serverActions: true in next.config.js

Reproduction

@shuding
Copy link
Member

shuding commented Jun 19, 2023

Duplicate of #49409.

@shuding shuding closed this as completed Jun 19, 2023
@github-actions
Copy link
Contributor

This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue was opened via the bug report template. locked
Projects
None yet
Development

No branches or pull requests

4 participants