My 4.4.1 website is up and running with the demo data from the repository. Everything appears to be working fine, except that we cannot interact with the search page. Click on anything or just wait long enough and the page crashes. Chrome gives the 'Aw Snap' page and Edge gives the 'This page is having a problem loading' and reloads.
So I started up Django and tried it there. I got a message that 'A web page is slowing down your browser. What would you like to do?' If I stop it or just wait long enough, the resource is loaded in a new tab and I can go back to the search page and interact with it just fine. I went back to Edge on my desktop and captured this with the developer tools: 1. HTML1300: Navigation occurred. search (1,1) <http://104.42.74.126/search> 2. SCRIPT5022: Syntax error, unrecognized expression: /search jquery.min.js (1,12549) <https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.3/jquery.min.js> 3. HTML1423: Malformed start tag. Attributes should be separated by whitespace. search (313,94) <http://104.42.74.126/search> 4. HTML1512: Unmatched end tag. search (1597,21) <http://104.42.74.126/search> 5. HTML1508: Unmatched end tag. search (1599,17) <http://104.42.74.126/search> 6. HTML1512: Unmatched end tag. search (1609,21) <http://104.42.74.126/search> 7. HTML1508: Unmatched end tag. search (1611,17) <http://104.42.74.126/search> 8. CSS3121: The media query -ms-viewport has been deprecated. 9. HTTP404: NOT FOUND - The server has not found anything matching the requested URI (Uniform Resource Identifier). GET - http://104.42.74.126/media/img/Workflow.png 10. DOM7009: Unable to decode image at URL: 'data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAQAAAAfQ//73v/+BiOh/AAA=' with MIME: 'image/webp'. AAA= (1,1) <data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAQAAAAfQ//73v/+BiOh/AAA=> I'm not worried about the missing PNG, but I don't know what the search issue is. Thanks in advance, Martha -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/archesproject/2cb8f261-544c-4806-bc31-1dad91df4f87%40googlegroups.com.
