Glifery / cors-proxy

Simple AWS Lambda based proxy server for making CORS requests from browser to any HTTP server
49 stars 31 forks source link

error: "Serverless-offline: route not found." #20

Open stuartabrown opened 2 years ago

stuartabrown commented 2 years ago

Many thanks for creating and maintaining this project :)

I just cloned it locally and followed the install instructions to run locally. I put http://localhost:3000/?url=https://github.com/ into the browser but got the error message below:

{ currentRoute: "get - /", error: "Serverless-offline: route not found.", existingRoutes: [ "put - /dev", "post - /dev", "get - /dev" ], statusCode: 404 }