Ask Your Question
2

How does the use of notFound() in Next.js version 13.2.4 affect the functionality of the back button in the browser?

asked 2023-01-19 11:00:00 +0000

david gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2022-03-25 15:00:00 +0000

woof gravatar image

Using notFound() in Next.js version 13.2.4 does not affect the functionality of the back button in the browser. The notFound() function simply returns a 404 status code and displays a custom 404 page when a user navigates to a non-existent page. The browser's back button will still display previous pages in the user's browsing history, regardless of whether notFound() has been used or not.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-01-19 11:00:00 +0000

Seen: 1 times

Last updated: Mar 25 '22