Hi!
I hosted the following site as an edge function: https://smartpricing.it (this is the subdomain: smartprcing-website.netlify.app). I use Nuxt 3 with nitro: { preset: ‘netlify_edge’ }
. In the function log I encounter many of these errors:
An edge function has exceeded the memory limit.
I honestly don’t even know how to debug it. I do not use anything extremely heavy even though the site has many dynamic pages (about 150 per language with 3 languages available).
Could it have something to do with the fact that I use two other subdomains? Which, however, have very low traffic
Thank You!