Hi everyone,
Hi everyone,
I want to check the logs for my reactjs app deployed in Cloudflare Pages.
I would like to use wrangler cli, but every time I run the command
wrangler pages deployment tail --project-name webapp-dev --environment production
I get error
5 Replies
Does your project make use of Pages Functions or is it entirely static? Logs are only for Functions and that error, while confusing, is expected if the deployment doesn't use them
it is just static
but at our org we would like to keep logs for audit reasons
there is not way to get logs from static pages?
There are no logs for
pages.dev
domains, if you link a Custom Domain you can get finegrained analytics on a Pro plan, instant log stream on a Business plan and full logs with the ability to send logs to a storage provider on an Enterprise planI have a custom domain bound to the page, but I use the free plan
then there is not way for us
thank you
No problem