Vikas M D

Results 7 issues of Vikas M D

So in my scenario, i have my angular setup with prod grade app, I managed to configure module federation and webpack v5 for angular as shell and remote as react...

### Describe the bug i'm using signalR instance (serverless mode) i have created the bindings for signalR through the serverless framework, once the negotiate route is been hit i get...

pending-customer-confirmation

# This is a Bug Report Expected function,json ``` { "disabled": false, "bindings": [ { "type": "httpTrigger", "direction": "in", "name": "req", "route": "negotiate", "authLevel": "function", "methods": ["POST"] }, { "type":...

I've been facing the issue to connect with the **websockets (Socket.io)**. Websocket keeps on creating new instances can someone help me with this

With the same code of the issue [https://github.com/dougmoscrop/serverless-http/issues/252](url) I'm getting an request.body error which says undefined. The context parameter log: ``` bindings: { req: { method: 'GET', url: 'http://localhost:7071/api/serverless', originalUrl:...

I am currently using serverless-http for azure with express while going through the state i got an error from serverless node module. I have integrate it with serverless framework. Here...

I'm currently using simple API's system with serverless and this plugin cant able to hit the API's it shows a 404 error page. ![2022-10-31 (1)](https://user-images.githubusercontent.com/73119144/198983869-1cd619e5-33e5-467b-9aaa-d917b0049290.png) hello.js: ``` "use strict" const...