You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my project, I have an earth visualization feature that supports zooming in and out. This functionality was working fine previously. However, for the past 2-3 days, the zoom feature has stopped working in the production branches release/dev and release/qa. Interestingly, when I pull from master, release/dev, or release/qa and run the project locally on localhost:5173, the zoom feature works correctly. Yet, deploying the same branches results in the zoom functionality failing, while other functionalities continue to work properly.
Steps Taken:
I have made changes only to the frontend part of the project and have not touched the visualization components.
I cleared my pnpm and npm caches on my local machine.
I deleted the pnpm-lock.yaml file and reinstalled dependencies using pnpm i.
I confirmed there are no warnings or errors in the browser console on the deployed web application.
Request for Help:
Could anyone help identify the cause of this issue or suggest where I should look? If you need any additional information, please feel free to ask.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Dependencies:
Issue:
In my project, I have an earth visualization feature that supports zooming in and out. This functionality was working fine previously. However, for the past 2-3 days, the zoom feature has stopped working in the production branches
release/dev
andrelease/qa
. Interestingly, when I pull frommaster
,release/dev
, orrelease/qa
and run the project locally onlocalhost:5173
, the zoom feature works correctly. Yet, deploying the same branches results in the zoom functionality failing, while other functionalities continue to work properly.Steps Taken:
pnpm
andnpm
caches on my local machine.pnpm-lock.yaml
file and reinstalled dependencies usingpnpm i
.Request for Help:
Could anyone help identify the cause of this issue or suggest where I should look? If you need any additional information, please feel free to ask.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions