0

I open a SPA-web application using AngularJS: http://lerna.com.ua/#/

When I open site from google search it open as http://www.lerna.com.ua/#/%23/ in browser url and site stuck loading. I do not understand what is /#/%23/ in URL and how fix it.

Darien Fawkes
  • 3,023
  • 7
  • 24
  • 35

2 Answers2

0

%23 is URL encoding. It represents for: #

# is called Hashbang in AngularJS, it is different from HTML5 mode in the concept of URL routing.

More reference:

http://www.w3schools.com/tags/ref_urlencode.asp

https://scotch.io/quick-tips/pretty-urls-in-angularjs-removing-the-hashtag

OPK
  • 4,120
  • 6
  • 36
  • 66
0

For me when i open up the console it says that it cannot find advert module. This is because of adblock plugin and because of his name. Rules indicate that it is some kind of a spam. However i do not have any other problem with the # symbol (%23).

Read this answer for more info:

Blocked by client error

Community
  • 1
  • 1
CodeArtist
  • 5,534
  • 8
  • 40
  • 65