python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Project is not deploying project in vercel
when I deploy my project to vercel its shows me an error.
when I just command enter code here"npm run build" in the terminal its shows
○ (Static) automatically rendered as static HTML (us...
Faizan Arif
Votes: 0
Answers: 0
context parameter is empty on getServerSideProps when page refresh
In one of my projects, I need to fill the meta keyword and the meta description by the data which is fetched from a REST API request.
so I used the getServerSideProps function, to fetch the response a...
hassan moradnezhad
Votes: 0
Answers: 1
NextJS: unable to set title with dynamic routes
I am not able to set title and others meta tags on a page created with dynamic routes.
Title and metas are set correctly when the page is loaded in the browser, but they are not set in the raw HTML co...
Fabio Rotondo
Votes: 0
Answers: 1
NextJS static pages never get refreshed in browser although revalidated on server
I have a NextJS project with many sites that use getStaticProps() in combination with revalidate. As expected, the pages are generated at build time and are rebuilt in the specified interval (verified...
mechsnert
Votes: 0
Answers: 1