I recently deployed my CodeIgniter application as a Facebook app by adding it as a Canvas Page, allowing users to access it at apps.facebook.com/myapp.
However, I have encountered an issue where the CSS styles are not loading in the canvas view and none of the links within the app seem to be functioning properly.
I suspect this may be due to the base_url(); that I utilized to link stylesheets and navigation components throughout my application.
I am unsure of how to address this issue.
Interestingly, when I visit the app directly through the web address (canvas URL), everything loads correctly with proper styling.