For Workes & Pages, what is the name of the domain?
What is the issue or error you’re encountering
Cloudflare pages call functions despite I don’t have any functions
What are the steps to reproduce the issue?
I have deployed my next js project to cloudflare pages, it’s just one page without any backend logic, but when I open Real-time Logs in the Functions section and reload the page, I can see function logs, and each time the page loads, the function also calls.
Why does it happen? I thought pages work like CDN to deliver the HTML, CSS, JS code to the client and no functions are involved during the page opening.
Or did I misunderstand something?