also, make sure you have this line in your apache config...

Header always append X-Frame-Options SAMEORIGIN


On Monday, March 31, 2014 11:25:23 AM UTC-7, Derek wrote:
>
> The 'canceled' message can be caused by a few different routes, either a 
> navigation away to a different page, a user clicking the 'stop' button, or 
> an ad blocker... you should look at your network data to get better 
> answers. 
>
> http://dev.chromium.org/for-testers/providing-network-details
>
> There are other situations that chrome will cancel requests, such as the 
> dom object which caused the request getting deleted, or another request 
> going to the same server had an error (it will stop the request to prevent 
> from getting another error).
>
> I'd hazard a guess and say it's likely a dom object getting deleted, but 
> you'll have to investigate further. If this happens a lot with your RPI it 
> could be an indication of the server returning an error (and chrome cancels 
> pending requests).
>
>
> On Friday, March 28, 2014 7:18:38 PM UTC-7, James Ryan wrote:
>>
>> Hi guys,
>>
>> Having an issue with the web editor. Other's have experienced this 
>> problem before with no resolution:
>>
>> https://groups.google.com/forum/#!topic/web2py/fIuUAqdSieQ
>>
>> https://groups.google.com/forum/#!topic/web2py/SxYJX90zszY
>>
>> http://comments.gmane.org/gmane.comp.python.web2py/120843
>>
>> I'm running web2py on a raspberry pi on the local network. I can access 
>> it fine, log into the admin interface, create a new app, and peek at the 
>> files. When I go to edit any files the page loads but the file doesn't. 
>> I've tried on multiple machines and browsers. The raspberry pi is headless 
>> and doesn't have xserver so I can't try locally.
>>
>> Using Chrome's debugger I can see the http request being cancelled and 
>> there's no response data in the header
>>
>> http://imgur.com/5HUd3cp
>>
>> http://imgur.com/wBPwRRl
>>
>> Looking at /var/log/apache2/access.log the http request returns 200 OK
>>
>> Any thoughts what this might be?
>>
>>
>>
>>
>>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to