nestjs-fastify-mongodb-angular8 icon indicating copy to clipboard operation
nestjs-fastify-mongodb-angular8 copied to clipboard

Angular Routing

Open cerireyhan opened this issue 5 years ago • 1 comments

Is there anyway to use the angular routing without redirecting to the 'articles' from root. The routes are not accessible directly from url like "http://localhost:3000/articles/". It's only possible from http://localhost:3000" because of redirect.

cerireyhan avatar Sep 05 '19 11:09 cerireyhan

I've been looking into this for a few days, but I am still stumped. I've tried replacing Fastify with Express and as of yet have not had any better results. I'm going to try this replacement once more, but I do not expect any success. If someone could point me in the correct direction, I'd love to help out with this issue.

EDIT: I just successfully switched this project over to using Express. Something is wrong with Fastify.

EDIT 2: I've tried reverting both Fastify and Fastify-static to the released versions available at the time that this tutorial was released and neither fixed the issue. If someone could please post what specific versions of these libraries were used to write this project it would make debugging this issue a lot easier.

jcorekin-ASRC avatar Nov 12 '19 18:11 jcorekin-ASRC