-
Hi, what if I have an express app object with various routes that I want to call this fetch function on, but don't have a Router?
Also, is there a way to obtain arrayBuffers, etc. instead of just JSO…
-
Currently we are managing user authentication from frontend, but as per the standard format it must be handled from backend. We can use `passport.js` framework for that purpose.
With that, we can e…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
Operating System:
Platform: darwin
Arch: arm6…
-
Hi, I opened this issue to submit a Next.js template to the store.
The template uses the new `serverless` mode introduced in Next.js 8 to create a single file for each page.
It was built based …
-
Hi, Im just asking if it possible to make this download Nextjs with some changes?
Thanks in advance.
-
### Verify canary release
- [ ] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
Operating System:
Mac Monteray 12.3
…
hbrls updated
1 month ago
-
#### Perceived Problem
- serverless is a popular kind of deployment; nextjs, vercel, lambda, serverless frmework, google cloud functions, kubernetes functions, edge compute, apollo-micro, ...
- ne…
-
Hi Michel! I watched your video and have implemented a 2 tenant nextjs krabs based express server. I want to keep as much as possible within SSG. I'm having trouble with slugs though. I watched your e…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
These pr…
-
I had to add app.prepare() using nextJS 7+
Hopefully it will help anyone facing the same issue:
```javascript
// server.js
...
const app = next({ dev });
function createServer() {
const…