stefanbund / 311

Interactive Web Development
33 stars 46 forks source link

Speical load order for bootstrap and aws authentication? #31

Open PatrickMinett opened 7 years ago

PatrickMinett commented 7 years ago

I am currently having an issue with integrating bootstrap into my pages that are using aws services. ( ie dynamo db, s3), from what I can tell using bootstrap breaks those pages about 90% of the time ( sometimes when you load the page it will work correctly, but other times it will not load) The error seems to be related to the Facebook authentication not always loading ;subsequently, makes those services dynamo db and s3 functions stop working (due to not being able to authenticate the user). I did make progress, fixing this issue by loading the script for authentication code into the head tag, but the problem still remains sometimes the authentication dose not load.

I have tried looking for an answers and have been unable to find any kind of fix for this.

Note: ( i did test the pages prior to adding the bootstrap they work perfectly.)

stefanbund commented 7 years ago

Such loading errors will not get in the way of your project getting graded, if you can document the issue.

From Stefan

On Mar 13, 2017, at 6:13 PM, PatrickMinett notifications@github.com wrote:

I am currently having an issue with integrating bootstrap into my pages that are using aws services. ( ie dynamo db, s3), from what I can tell using bootstrap breaks those pages about 90% of the time ( sometimes when you load the page it will work correctly, but other times it will not load) The error seems to be related to the Facebook authentication not always loading ;subsequently, makes those services dynamo db and s3 functions stop working (due to not being able to authenticate the user). I did make progress, fixing this issue by loading the script for authentication code into the head tag, but the problem still remains sometimes the authentication dose not load.

I have tried looking for an answers and have been unable to find any kind of fix for this.

Note: ( i did test the pages prior to adding the bootstrap they work perfectly.)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.