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.)
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.)