How can I solve to my application calls ../destroy? - http-status-code-404

My application calls destroy but it doesn't found. What does it call this destroy? what is it? thanks.
chrome console picture
I get 404 error at index.html first line

I solve this problem. destroy is backstretch's destroy. regards

Related

Page not found after redirect from other site with parameters

I am trying to get a redirect working from site a to site b with a parameter in the url. For example, I want to go from example.com to mysite.com?code=abc
When doing so, I get a 404 error. The page could not be found. When I manually browse to mysite.com?code=abc , it does get found. Does anyone know what causes this issue? All help is greatly appreciated.
Seems like it's just Intellij which doesn't support this. I tried with another site and it turned out fine.

Good reCAPTCHA downloading the audio gives a 404

While testing we discovered that the download audio is going to a Google URL but giving a 404.
Has anyone else experienced this and if so how did you fix it?
Here is a video of what I am referring to.
https://www.dropbox.com/s/lnf3enctrdpm3z4/404-google.mov?dl=0
Thank you for the help as I am stumped.
There's a typo in their url. You need to remove /audio.mp3.
For the demo recaptcha:
the provided url is https://www.google.com/recaptcha/api2/payload/audio.mp3?p=012345678ABC
the right one is https://www.google.com/recaptcha/api2/payload?p=012345678ABC

ExtJS: Loading store produces "entityType is null" error in browser log

I'm using a button click to change a store's AJAX proxy URL and then .load()ing with the new URL.
The request is made properly and I see that the response is correct. However, the gridpanel that's supposed to load stays empty (saying "loading...") and the error entityType is null appears in the browser log.
It's a cryptic error and have no idea what's wrong. Any help would be greatly appreciated.
I figured out the issue. In Sencha Architect, I'd created a store of type Ext.data.JsonStore. Deleting it and creating a plain-old Ext.data.Store type solved the problem.

qooxdoo qx.ui.mobile.list package not loading

I have just started evaluating qooxdoo + phonegap for a mobile application and have completed the getting started manual and created a test application which works as expected. The default app created has page1 with a button to navigate to page2 and back.
I have edited application.js to show a list by copying the list sample script into it but the list creation fails with error TypeError: Cannot read property 'List' of undefined
I have tried looking into the documentation to see if i have to make any changes to the app to load the list package but have not able to find anything. Can someone point me in the right direction?
Did you call
./generate.py source
after adding the qx.Mobile list to your application?
Calling ./generate.py source did not help ./generate.py source-all did the trick

Application just shows spinner - how can I debug?

I have a small silverlight app and when I "play" it, it just hangs in the browser. (Shows the spinner).
How can I debug this and find the cause?
Thanks
I would recommend the following...
Use Fiddler to see if there is any data that is coming/going to the server when you use this application.
Use another browser and see if the issue manifests itself
If it happens with all the browsers, then you can try capturing a dump of Internet Explorer and try to analyze it for the actual issue.
Is there a javascript exception? Open up the developer tools for your browser (F12 in IE and Chrome) to see the specific error message and error code. Once you have those, google them and voila!

Resources