-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Alias regex failing #1680
-
Hi Team,
I am trying to use alias to resolve the files in other repo. While doing that I need to add to token to get access.
/atom-db/README':'https://raw.github.com/atom/atom-db/main/README.md?token=Mytoken
When I try to have the above alias, the value is getting resolved tohttps://raw.github.com/atom-db/main//main/README.md?token= Mytoken.md.
The result is suffixing with".md" . Please help me resolve this issue.
Senthil
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 4 comments 3 replies
-
Hello! I don't remember right now what it might be, but maybe useful to check in router
Beta Was this translation helpful? Give feedback.
All reactions
-
Do you have a live example?
Beta Was this translation helpful? Give feedback.
All reactions
-
Sorry, I don't have live example
Beta Was this translation helpful? Give feedback.
All reactions
-
(you can reply to the same subthread). I think that's just how it works. You may have to fork and customize the router. If you notice there is a bug, let's reproduce it.
Beta Was this translation helpful? Give feedback.
All reactions
-
I am trying to find an example to use router..
Beta Was this translation helpful? Give feedback.
All reactions
-
There isn't really an example, you'd need to modify the router code (search for "router" in the code base).
Beta Was this translation helpful? Give feedback.
All reactions
-
Sorry about this issue. I think this can be considered a bug. Mind making a reproduction and putting it in an issue?
Beta Was this translation helpful? Give feedback.