-
## About me
- **My name:** Phil Hawksworth
- **I've used Netlify:** lots
## My question in a little more detail
There is a lot of buzz around serverless functions, but I'm a but intimidate…
-
Clicking either button doesn't send a response. I think the issue is that on the front end it can't find the lambda functions at '/.netlify/functions/' but I can't figure out why
-
### Describe the bug
When attempting to run a module that either depends directly or indirectly on a `sys` API call the Netlify Dev server crashes. The deno runtime recommends that `--allow-sys` be p…
-
I'm getting this error when making a request to this function locally. I am using netlify dev btw. I can send you the repo if you need. Not sure what's going on.
```
error Error: Chromium revision…
-
Netlify Build shows the duration of the functions bundling process, but we have no granular view that allows us to see where that time is spent across the various functions and the different stages of…
-
Background at https://community.netlify.com/t/netlify-plugin-functions-core-fails-on-dependencies-that-are-bundled-already/22836
[Parcel](https://github.com/parcel-bundler/parcel) produces bundles …
-
Maybe using something like CloudFlare workers or Netlify Functions. Keep it clean and simple, and support CORS.
-
### Environment
node: v18.15.0
nitro: 2.4.1
nitro.config.ts:
```
export default defineNitroConfig({
esbuild: {
options: {
target: 'esnext',
},
},
prerender: {
crawl…
-
### Describe the bug
@biilmann has reported that he's not seeing the `URL` environment variable in the `onPreDev` event of a build plugin when running `netlify dev --live`. We should do a review of…
-
Currently we don't use any caching when fetching data from the Spotify API.
A couple of reasons for this:
* I've been focusing on implementing new features and wanted to get a good MVP done
* Usi…