We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi ,
Your code is running fine in localhost but I have deployed this application to cloud foundry i am getting this error:
Failed to load resource: the server responded with a status of 404 (Not Found) stomp.min.js:8 Opening Web Socket... abstract-xhr.js:132 GET https://"CF APP URL"/websocket-example/info?t=1536076909829 404 (Not Found) r._start @ abstract-xhr.js:132 (anonymous) @ abstract-xhr.js:21 setTimeout (async) r @ abstract-xhr.js:20 r @ xhr-local.js:8 r @ info-ajax.js:19 r._getReceiver @ info-receiver.js:36 r.doXhr @ info-receiver.js:56 (anonymous) @ info-receiver.js:25 setTimeout (async) r @ info-receiver.js:24 r @ main.js:121 sendName @ app.js:37 (anonymous) @ app.js:63 dispatch @ jquery.min.js:2 y.handle @ jquery.min.js:2 stomp.min.js:8 Whoops! Lost connection to https://"CF APP URL"/websocket-example .
it is not working in cloud foundry, Best Regards, Shashi
The text was updated successfully, but these errors were encountered:
i have the same error, did you solve it?
Sorry, something went wrong.
No branches or pull requests
Hi ,
Your code is running fine in localhost but I have deployed this application to cloud foundry i am getting this error:
Failed to load resource: the server responded with a status of 404 (Not Found)
stomp.min.js:8
Opening Web Socket...
abstract-xhr.js:132
GET https://"CF APP URL"/websocket-example/info?t=1536076909829 404 (Not Found)
r._start @ abstract-xhr.js:132
(anonymous) @ abstract-xhr.js:21
setTimeout (async)
r @ abstract-xhr.js:20
r @ xhr-local.js:8
r @ info-ajax.js:19
r._getReceiver @ info-receiver.js:36
r.doXhr @ info-receiver.js:56
(anonymous) @ info-receiver.js:25
setTimeout (async)
r @ info-receiver.js:24
r @ main.js:121
sendName @ app.js:37
(anonymous) @ app.js:63
dispatch @ jquery.min.js:2
y.handle @ jquery.min.js:2
stomp.min.js:8
Whoops! Lost connection to https://"CF APP URL"/websocket-example .
it is not working in cloud foundry,
Best Regards,
Shashi
The text was updated successfully, but these errors were encountered: