fullstackproltd / AspNetCoreSpa

Asp.Net 7.0 & Angular 15 SPA Fullstack application with plenty of examples. Live demo:
https://aspnetcorespa.fullstackpro.co.uk
MIT License
1.47k stars 464 forks source link

Example site not working 100% #58

Closed mika76 closed 7 years ago

mika76 commented 7 years ago
asadsahi commented 7 years ago

@mika76 can you provide details of your environment?

Browser version, OS etc?

For animation I am guessing if you are running under IE, you need animation api polyfills.

Thanks

mika76 commented 7 years ago

Sure, sorry should have done that originally.

Chrome 56.0.2924.87 (64-bit), MacOS Sierra 10.12.3

I just tried it again.

mika76 commented 7 years ago

Also polyfills.js gives a 404

asadsahi commented 7 years ago

@mika76 you will not be able to use oauth logins on live site because of reason exaplained here:

You can follow this wiki to implement in your project.

Animations are working fine on chrome, can't thing of any environment specific issue with animations as they are supported in chrome out of the box.

When I say polyfills for animations I am not referring to the polyfills that this project is using, but the polyfills library which is required to support javascript animations.

Closing this for now, but If you encounter any issues after following wiki to implement oauth, I can reopen it.

mika76 commented 7 years ago

There's not much point in having an example site up if you're going to disregard all the problems seen on it, all it does is make me distrust the code. Why would I download and use my time to try something where it's own example does not work?

PS: I got all these problems on chrome...

asadsahi commented 7 years ago

@mika76 have you managed to get social account login working by following the wiki link i mentioned above?

Regarding animations can you see animations between home and example pages? Can you see any errors in console when the application loads?

Unfortunately I am not using OSx, but I can look further if you can provide any errors from console if you are receiving.