Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged next.js

0 votes
780 views
1 answer
    I am creating a Next.js blog that uses an API created with KeystoneJS. I am extremely confused by how I can get an ... i-query-my-api-for-a-single-entity-by-its-slug-with-graphql...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I'm having problems with this error using NextJS. Server Error Error: Element type is invalid: expected a string ... /server-error-error-element-type-is-invalid-expected-a-string...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    The Issue I cannot query the API by slug, it must be by id. An KeystoneJS headless CMS provide the ... /65852823/where-am-i-going-wrong-with-getstaticprops-and-getstaticpaths...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have an excel file named Words.xlsx in public directory. Initially, during development mode, setting file path to ... /65867765/unable-to-fetch-excel-file-in-production-in-nextjs...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I've setup a custom _error.js hoping to capture to both regular page & API page errors. Below is the full page. I' ... not-rendering-for-api-routes-how-else-do-to-handle-log-api-e...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.9k views
1 answer
    When I run my NextJs program this error always pops up Browserslist: caniuse-lite is outdated. Please run ... -caniuse-lite-is-outdated-please-run-npx-browserslistlatest-up...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
797 views
1 answer
    I need help to solve this issue. I'm new at next js ... and every time I refresh my page i get ... questions/65894617/too-many-requests-please-try-again-later-next-js-no-backend...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I am not sure whether this is a bug that should be reported or simple configuration issue of the routing ... /65901455/nextjs-routing-case-sensitivity-for-catch-all-routing-segment...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I'm using the following code in one of my pages: export async function getServerSideProps(context) { const ... next-auth-getsession-is-returning-null-in-my-development-environment...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
700 views
1 answer
    Now my i18n.js config file looks like this const NextI18Next = require('next-i18next').default; import HttpApi from ... /65935200/how-to-download-a-translation-from-a-remote-api...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
676 views
1 answer
    I am facing this error while integrating ant design with next js. ./styles/antd.less 1:0 Module parse failed ... https://stackoverflow.com/questions/65949393/next-js-and-ant-design...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
898 views
1 answer
    General recommendation for processing a PDF file in Webpack keeps pointing me back to: https://webpack.js.org ... 65936937/custom-webpack-config-for-pdfs-using-next-compose-plugins...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
550 views
1 answer
    I have an Next.js API endpoint I'm calling to insert a document into a Mongo collection. The insertion ... com/questions/65942580/next-500-error-even-on-successful-mongodb-insert...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
698 views
1 answer
    I have /pages/profile.js which calls the LovedOne element, passing values from props. Debugging shows that these ... -undefined-when-passing-from-parent-to-component-in-next-js...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
676 views
1 answer
    Is there a way to achieve that? Or is it better to just use a separate server? question from:https:// ... -nextjss-default-file-routing-system-for-views-and-use-express-for...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
916 views
1 answer
    I am using the NextJS Image component like this: <Image src="https://firebasestorage.googleapis.com/v0/b/africatech- ... -firebase-storage-using-next-image-results-in-a-400-status...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
751 views
1 answer
    I am using netlify-cms with nextjs while creating a blog, I want to add a comment box like Staticman ... .com/questions/65645034/use-comment-box-on-blogs-like-staticman...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
588 views
1 answer
    I freely admit that I am completely new to next-auth and the documentation for Credentials is understandably ... /questions/66050478/cannot-get-a-response-from-postgresql-server...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
913 views
1 answer
    Can somebody help me to solve an issue with Next JS and localstorage. I am building an ecommerce app where when a ... /66062892/how-to-setup-and-use-local-storage-in-next-js...
asked Oct 6, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
698 views
1 answer
    The Issue I cannot query the API by slug, it must be by id. An KeystoneJS headless CMS provide the ... /65852823/where-am-i-going-wrong-with-getstaticprops-and-getstaticpaths...
asked Apr 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
737 views
1 answer
    The Issue I cannot query the API by slug, it must be by id. An KeystoneJS headless CMS provide the ... /65852823/where-am-i-going-wrong-with-getstaticprops-and-getstaticpaths...
asked Apr 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
939 views
1 answer
    I am implementing GTM on my website, but my NextJS project is in Typescript. I used the example of Github ... know this is my lighthouse: Best practices Google lighthouse error...
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I am trying to create a mini-application using TypeScript in NextJS since now TypeScript is supported in ... incorporate those new features in the TypeScript NextJS application....
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
621 views
1 answer
    In /pages I have [page].js and index.js. [page].js generate needed Pages by the Value of "CustomPage". It's ... link. What YOU say about this. Do you have any other solution?...
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
675 views
1 answer
    I have an issue with Next.js. When I'm trying to import a node module, the module uses the window object and Next.js is ... will not work in my case. Is there any way of doing it?...
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    Server Error Error: The style` prop expects a mapping from style properties to values, not a string. For example ... -loader.js??ref--4-1!C:xampphtdocs extjsonnakhannapagesindex.js...
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
951 views
1 answer
    I'm working on a basic blogging platform with the nextjs framework, where a user can create an account then write and post ... not sure if nextjs is equipped to do that. Any ideas?...
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
645 views
1 answer
    I am trying somehow to divide my questions into parts with a higher level than pages. In other words for example Part 1 ... contains 10 questions, every 5 must be in a single page....
asked Feb 19, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...