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
I am getting error while running serverless offline, even though I have the route folder present in my local. "Error: Cannot find module 'C:\Workspace\service\routes\v1\authnRoutes'", Below is the error that I am getting when I hit authn API in local
Tried below steps :
rm -rf node_modules package-lock.json
npm cache clean --force
npm install
No luck same error.
can someone please help me on this, what could be the issue?!
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
-
I am getting error while running serverless offline, even though I have the route folder present in my local. "Error: Cannot find module 'C:\Workspace\service\routes\v1\authnRoutes'", Below is the error that I am getting when I hit authn API in local
Tried below steps :
No luck same error.
can someone please help me on this, what could be the issue?!
Beta Was this translation helpful? Give feedback.
All reactions