Skip to content
This repository was archived by the owner on Sep 16, 2022. It is now read-only.
This repository was archived by the owner on Sep 16, 2022. It is now read-only.

Is there a way to remove the '#' in routing  #1910

@DartViet

Description

@DartViet

I was following to tutorial, and recently I notice the '#' in url path (ex: localhost:4040/#/heroes ) cause quite a lot of troubles.

I'm working on authentication using Microsoft Azure. It asked for the return uri, and if I input the return uri with the '#', error message always pops up. (in my case: http://localhost:8080/#/msauth/ never works, but http://localhost:8080/ works normally.

I open postman, try to add key-value in parameter, and if there is a '#' symbol in the url... it does like this:

http://localhost:8080/?param1=value1&param2=value2#/heroes

The bottom line, I think the '#' is the problem, and it would be nice to get rid of it... I just don't know how.

In order to route, prioritize, and act on this as soon as possible please include:

  • Dart SDK Version (2.9.2)
  • AngularDart Version ( MASTER)
  • Whether you are using Windows
  • Whether you are using Chrome

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions