I’ve used Netlify Edge Function as CORS Proxy.
- Source Code: https://github.com/azu/irodr/blob/master/netlify/edge-functions/cors-proxy.ts
- Website: https://irodr.netlify.app/
However, Edge Function returns following 500 error since 2023-08-25.
Invalid URL: '/.netlify/internal/ef-cachehttps://www.inoreader.com/oauth2/token'
From the error message I can infer that there appears to be some kind of internal error.
I checked the “Edge Function log” in the admin panel, but nothing was logged.