Hello!
I recently deployed my Sveltekit site (which makes requests to an external api) www.beheard.com.ng and I’m running into two errors:
- The site is timing out after a few seconds (~10 seconds)
- Sometimes, it crashes because Netlify attempts to look for assets I don’t reference in my code and aren’t included in the deploy (e.g. at one point it was looking for a favicon.ico, but I didn’t include one anywhere in my code or reference it anywhere)
How can I solve these?