Sveltekit functions not showing up

Does anyone know how to get logs for sveltekit endpoints deployed as functions on Netlify? I’ve deployed the app using Sveltekit’s adapter-auto that’s adjusted to build for Netlify and the functions are working but they don’t appear listed under my “Functions” sections, only 1 listed called “Render” and it doesn’t look related to my endpoints. I’m looking to see the functions listed so I can see the logs and debug another issue I’m having.

Site name: https://solnftwatch.netlify.app

Hey @ktruong008

My understanding is the render function is automatically generated by the adapter along with a redirect rule the sends all page requests to is e.g.

/*   /.netlify/functions/render   200!

Only logs for functions will appear.

2 Likes