Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 BUG: Durable Object API response data is in console visible #5802

Open
rameardo opened this issue May 10, 2024 · 0 comments
Open

馃悰 BUG: Durable Object API response data is in console visible #5802

rameardo opened this issue May 10, 2024 · 0 comments
Labels
bug Something that isn't working

Comments

@rameardo
Copy link

Which Cloudflare product(s) does this pertain to?

Other

What version(s) of the tool(s) are you using?

3.55.0 [Wrangler]

What version of Node are you using?

20.10.0

What operating system and version are you using?

Window 10

Describe the Bug

Observed behavior

I wanted to express my appreciation for Cloudflare Workers鈥攊t's been incredibly helpful for our online work and business, offering speed and efficiency. However, I noticed a minor detail during deployment that I thought I should bring to your attention.

When deploying a Worker containing a Durable Object, I've observed that information about these objects is displayed in the console. While I understand this might be useful for debugging purposes, it seems unintentional and could potentially be a privacy concern.

I wanted to report this observation as a contribution to the community. Perhaps it was an oversight that this information is not hidden during deployment.

Thank you for your attention to this matter, and keep up the great work with Cloudflare Workers!

Expected behavior

Hide Durable Object API Information/response from console

Cloudflare Team, You are Amazing <3

Please provide a link to a minimal reproduction

No response

Please provide any relevant error logs

wrangler deploy -c wrangler.toml --env production

鉀咃笍 wrangler 3.55.0

Your worker has access to the following bindings:

  • Durable Objects:


  • KV Namespaces:


    -************
    -************

  • Queues:

    -************
  • R2 Buckets:



  • Services:
    • ************- production
    • S************ - production
    • ************ - production
  • Vars:

Total Upload: 1338.91 KiB / gzip: 161.10 KiB
Uploaded app (8.10 sec)
{
**** (the info of my durable object, i think fetched from cf api)
}
{
**** (the info of my durable object, i think fetched from cf api)
}
{
**** (the info of my durable object, i think fetched from cf api)
}
Published app (9.24 sec)
https://****.workers.dev
Producer for *********
Producer for ***********
Consumer for *********
Consumer for ***********
Consumer for ****************
Current Deployment ID: ******************
Current Version ID: ******************

Note: Deployment ID has been renamed to Version ID. Deployment ID is present to maintain compatibility with the previous behavior of this command. This output will change in a future version of Wrangler. To learn more visit: https://developers.cloudflare.com/workers/configuration/versions-and-deployments

@rameardo rameardo added the bug Something that isn't working label May 10, 2024
@rameardo rameardo changed the title 馃悰 BUG: 馃悰 BUG: Durable Object API response data is in console visible May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that isn't working
Projects
Status: Untriaged
Development

No branches or pull requests

1 participant