403 on enabling Logpush via the Worker website page

I'm currently trying to enable Logpush on one of my workers but I'm getting a red banner on the bottom of the site that says:
API Request Failed: PUT /api/v4/accounts/my_id/workers/services/buildbreaker-metadata-server/environments/production?include_subdomain_availability=true (403)
API Request Failed: PUT /api/v4/accounts/my_id/workers/services/buildbreaker-metadata-server/environments/production?include_subdomain_availability=true (403)
I am currently not using a wrangler.toml file for my project. I also did upgrade to a Pro plan last week. Thanks for your help!
3 Replies
Erisa
Erisa5mo ago
You need a Workers Paid plan, it's separate to Pro and you can upgrade from the Workers tab
alan
alan5mo ago
i do have that in my subscriptions:
No description
alan
alan5mo ago
i misspoke about the pro plan and it was actually the worker paid plan i am using durable objects and that is working perfectly I have gotten this button to work with a wrangler deployed project but it doesn't work with projects that i deploy without wrangler. so im guessing this is because you all require the wrangler deployment in order for logpush to work? this is still not working for me. is there anything i can do?