Code Change is not reflecting

We have deployed backend app and Phone search functionality code changes are not reflected on front end. Code has been added to Loading... in Private note.

Freshdesk Domain: tatadigitalsit.freshdesk.com
App Name: ParentChild Backend App
Last deployed Live version: 150

Deployed time: 05/07/2022 10.59AM

Hi @paritosh_jain,

How are you suspecting the code change has not been deployed?

Could you provide the following details so that I can verify if the deployed code has the changes that you have added?

  1. App ID
  2. File location path
  3. Code changes lines
  4. Functionality of the code

If you would like to share sensitive information, let me know and I can create a Private thread here to share any sensitive information.

Hi @Raviraj,
We are suspecting because when we run it on local system it was reflecting encoded url but when we run it after deployment encoded url is not reflecting.
1.App ID:42419
2.File location path: escalate_create_04_07\app\AAI\aai-api-server.js
3.code change line: line 17
4.functionality: url with encoding for +91

@paritosh_jain I see the encoding %2B91%20 added in line 17 of your app.

  1. What is the expected behavior?
  2. What is actually happening?
  3. What is your Node and FDK version during local testing?

If you are unable to see the actual behavior, you can add a log with the complete string and check if the code change is properly added and how is it being sent in the API request.

Hi raviraj,

Expected behavior and happening?

Res: Basically, we have to pass one URL encoded string in one API wherein we have to pass mobile number “+91 1344234234”. This is getting encoded and working fine on local but once we deploy, it doesn’t work.

Node and FDK
Will confirm but my question is this works on local why it is not work on server?

Lets setup call to avoid mail chain and close it.

@paritosh_jain Still I do not clearly understand what you mean by “it doesn’t work”. But, I assume it would be that the encoding is not properly replaced while sending the API request in production. But, it is properly replaced on local testing with FDK.
Since it’s a frontend app, I also need your browser information to replicate the similar environment.

FDK is a simulation CLI that works like the production platform. If there’s an issue with it, we can fix it for smoother testing.

To acknowledge the issue, we have to replicate the issue on our end. I want to collect FDK and Node versions to replicate the same at my end and pass it to the relevant team if I am able to reproduce the issue.

If you are sure about the issue and would like to interact with the Freshworks platform engineers, please create a support ticket and the team can look at it and help troubleshoot and resolve the issue.

7.3.0 fdk version
node version v12.22.0

We will send your recording is the last option as we are not aligning

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.