Skip to content

[fixed] 404: This room does not exist as title of room page, even though room exists.#23

Open
saurabh190802 wants to merge 1 commit into
thepushkaraj:mainfrom
saurabh190802:main
Open

[fixed] 404: This room does not exist as title of room page, even though room exists.#23
saurabh190802 wants to merge 1 commit into
thepushkaraj:mainfrom
saurabh190802:main

Conversation

@saurabh190802
Copy link
Copy Markdown
Contributor

@KendallDoesCoding @pushkaraj2007

<ErrorPage title="This room does not exist anymore" statusCode={404} />

the above is dominating as there is no title for the outermostdiv so i have just added the below to outerMostDiv and it got fixed.

<Head>
          <title>Room: {slug}</title>
</Head>

kindly check fixed #6

@vercel
Copy link
Copy Markdown

vercel Bot commented May 13, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rockout ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 13, 2023 5:41am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] 404: This room does not exist as title of room page, even though room exists.

1 participant