calcom / cal.com

Scheduling infrastructure for absolutely everyone.
https://cal.com
Other
32.47k stars 8.02k forks source link

tRPC "logger link" is enabled on cal.com but not app.cal.com #9461

Closed McPizza0 closed 1 year ago

McPizza0 commented 1 year ago

Found a bug? Please fill out the sections below. 👍

Issue Summary

When booking via cal.com/profile, tRPC "logger link" is enabled in production. It is disabled on app.cal.com

I think it should be disabled in production for both domains. Docs for tRPC have example: https://trpc.io/docs/client/links/loggerLink

Steps to Reproduce

visit cal.com/USERPROFILE in production open console select event/date tRPC logger link will print queries and mutations to the console.

--- Edit

Visible in Safari, not in brave/arc

This could be an issue with detecting the browser and activating based on that?

The-Robin-Hood commented 1 year ago

Hi @McPizza0 could you please share screenshots of this issue.

McPizza0 commented 1 year ago

Following the reproduction steps above produces the following: image

McPizza0 commented 1 year ago

Checked in multiple browsers, only visible in Safari

PeerRich commented 1 year ago

mustve to do something with our redirects. i think this is low?

McPizza0 commented 1 year ago

Can no longer replicate, closing as fixed by timezone pixies