@Sam
I have created the apis in service in backed for SSD assignment , after when we using call server api in frontend to call that , api is not showing on frontend
@sam can you please help me on this.
Hello @1528376 ,
Please go through the configuration steps mentioned in Call Server API and ensure that all the required configuration have been completed correctly.
If you have already followed all the steps and are still not receiving any API response, we will need to check this further with the team.
Alternatively, you may use the HTTP Node to call the API directly and verify whether you are able to receive a response.
yes its not showing the api , and I need to use call server api node only because i working on assignment in that i am not calling direct 3 party api , I need to call REST api so thats why can you please check an confirm.
@doomedCode Could you please take a look at this?
You can also call your backend directly via HTTP.
Please open another Studio instance and run your backend there. Then, use the HTTP Request Node to call the backend server from your flow.
Using the HTTP Node generally helps resolve this type of issue.
HTTP Request
You can receive the frontend request in your backend by using the HTTP In node.
Configure the HTTP In node in your backend flow to handle the incoming request from the frontend, and then process it accordingly.
HTTP In node
@Sam from where we can open ts file on SSD ?
ts file option its not showing.
