DEV Community

Discussion on: Building an RSS Microservice with Deno and GraphQL

Collapse
 
idkjs profile image
Alain • Edited

after running this:

❯ deno run --allow-net src/index.ts
Check file:///Users/mandalarian/Downloads/rss-microservice/src/index.ts
Listening on http://localhost:3000
Enter fullscreen mode Exit fullscreen mode

Opening the endpoint in firefox gets me:

dev-to-uploads.s3.amazonaws.com/i/...

Any idea what that is about? Reproduction: github.com/idkjs/rss-microservice

Thanks for sharing this. Deno has been edging into my space.

Collapse
 
seanaye profile image
Sean Aye • Edited

I'm not a firefox user but I believe this means things are working normally! The endpoint should return an XML document. I think firefox believes this is a file and is trying to download it. In Chromium visiting the endpoint shows the markup text