Right now I'm trying to resolve everything from localhost:2000 to localhost:3000/blog. But only the first entry page localhost:3000/blog is being resolved automatically, not like the other pages.
For example
localhost:2000 should be resolved as localhost:3000/blog which works fine
localhost:2000/welcome should be resolved as localhost:3000/blog/welcome, but it's not
Here is my code, even without Promise it gives the same result.
Right now I'm trying to resolve everything from localhost:2000 to localhost:3000/blog. But only the first entry page localhost:3000/blog is being resolved automatically, not like the other pages.
For example localhost:2000 should be resolved as localhost:3000/blog which works fine localhost:2000/welcome should be resolved as localhost:3000/blog/welcome, but it's not
Here is my code, even without Promise it gives the same result.