You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are many places where we use string to represent urls instead of the Url type. This causes strange behavior when we try to build urls such as trailing slashes breaking things. We should take a look throughout the codebase to ensure we are using these strongly typed Urls that support safe building of endpoints instead.
The text was updated successfully, but these errors were encountered:
There are many places where we use string to represent urls instead of the
Url
type. This causes strange behavior when we try to build urls such as trailing slashes breaking things. We should take a look throughout the codebase to ensure we are using these strongly typed Urls that support safe building of endpoints instead.The text was updated successfully, but these errors were encountered: