-
@R0Y15 I observed that API key for open weather map api is visible in network call.
I am suggesting an enhancement to hide this API key using netlify serverless functions.
I would request to …
-
Hi
I just watched your video on youtube about durable caching: https://www.youtube.com/watch?v=2i5pgXiIQUQ&ab_channel=BryanRobinson
Thanks for the explanation!
I was wondering if you maybe co…
-
In my company's GraphQL APIs, we can get back some deeply nested json responses with a lot of data, and often we want to perform many different assertions against various parts of the response - ideal…
-
In [Prisma ORM 5.11.0](https://github.com/prisma/prisma/releases/tag/5.11.0) we released support for edge function deployments - but only support Cloudflare Workers and Pages, and Vercel Edge Function…
-
Hi, I have a monorepo, with the website under `apps/gatographql`. I have the following `netlify.toml`:
```toml
[build]
command = "npm run build --prefix apps/gatographql"
publish = ".next"
…
-
### NextUI Version
2.4.8
### Describe the bug
When attempting to serve a Remix+NextUI application to Netlify (either functions or to the edge), receive a `ReferenceError: document is not defined` w…
-
### Describe the bug
After doing an "npm update" I now get the following error when I run "npx netlify dev":
(node:28848) [DEP0060] DeprecationWarning: The `util._extend` API is deprecated. Please u…
-
### Describe the bug
"While deploying my MERN stack project using the Netlify CLI, I encountered an unexpected termination with the error EADDRINUSE. The CLI terminated because the address on port 52…
-
Holy cloud providers! We should switch this from Vercel to Netlify, so we can use Creative Common's Netlify account. Currently this is on my personal Vercel account (which I don't mind _at all_) but b…
-
### Describe the bug
I have a function named "index" that uses serverless to return a Koa app. The function builds successfully and starts using dev. If I make requests against the root endpoint usin…