Hi,
I need some help please. I've just deployed my first auth.wiki app. I'll
let you know what it is once it's working properly.
I've deployed to HostGator using web2py 2.3.2 (and the posts in this forum
on the subject were very helpful).
Using render='markmin'
Everything was looking good on my local machine. But I have two issues:
1) The problem is that all of my page links point back to 127.0.0.1.
Something like @////products on the menu works fine, but as a link on the
page it looks for 127.0.0.1.
and 2) I have @{component:default/contact_details.load} on one page, which
works fine locally, but I get an invalid request on the deployed app.
I've cleaned the app before deploying, removed any .pyc files, and checked
that I haven't hardcoded anything.
I did change the app folder name to init on the deployed server (wonder if
that has anything to do with it).
Thanks
--