0

I run my Microsoft DNX app that works on my local iispexpress and kestrel web servers. See Microsoft DNX application Angular2 does not run when deployed on Azure

Reproduce the error

  1. I attach the "Azure" debugger on Visual Studio 2015 Update 2

Visual Studio Update 2 - Microsoft Azure - Attach debugger

  1. The app starts http://marketresearchio.azurewebsites.net
  2. error messages are displayed on the Debug output screen

  3. a popup displays the error message : "JavaScript runtime error "pRAseInt" is undefined - angular2-polyfills.min.js"

Angular2-polyfills -  JavaScript runtime error "pRAseInt" is undefined - angular2-polyfills.min.js


Conclusion

I made a search on my server and there is not a single occurrence of pRAseint inside the files

Do you have any idea where there error could come from?

Community
  • 1
  • 1
Abdelkrim
  • 2,048
  • 5
  • 30
  • 44

1 Answers1

0

This issue comes from Glimpse : https://github.com/Glimpse/Glimpse.Prototype/issues/94

Abdelkrim
  • 2,048
  • 5
  • 30
  • 44