angular-fullstack/generator-angular-fullstack

Authentication bug with IE11

Open

#2046 opened on Jul 7, 2016

View on GitHub
 (10 comments) (0 reactions) (0 assignees)JavaScript (6,134 stars) (1,268 forks)batch import
Help WantedV3bug

Description

Here is the case:

I create an application (parameters below), I push it on heroku. I create two users (A and B). I open IE11 log in as A. "Hello A" is displayed right on the bar. Then I log out. I login as B. "Hello A" is displayed right on the bar. I hit F5 "Hello B" is right displayed right on the bar.

For IE to work I had to modify Util.isSameOrigin() to return true always. This needs to be tested several times as behaviour is inconsistent (ex. closing IE and reopening before executing the scenario).

Same scenario works flawless on Firefox, Chrome, Safari whether on mac or windows.

Moreover, console log outputs several CSS errors : CS3111: @font-face encountered unknown error. (Not sure if this is related).

Item Version
generator-angular-fullstack 3.0.2
Node 4.2.3
npm 2.14.7
Operating System Windows 7
Browser IE 11.0.9600.18314
Item Answer
Transpiler Babel
Markup HTML
CSS CSS
Router ngRoute
Build Tool Grunt
Client Tests Jasmine
DB MongoDB
SocketIO n
Auth Y
Bootstrap Y
UiBootstrap Y

Contributor guide