When I click open app I get this instead of my app: This bd-games-browser.herokuapp.com page can’t be found No webpage was found for the web address: https://bd-games-browser.herokuapp.com/
HTTP ERROR 404
Related
working with vue js and Laravel project. when I upload an Image to the system my browser console got following error Failed to load resource: the server responded with a status of 404 (Not Found) HKGrotesk-Medium.woff2:1 and when I open that link it shows following url http://localhost:8000/static/fonts/hk-grotesk/HKGrotesk-Medium.woff2 I unable to find out where is place in my project those files are. do you have an idea?
How to reproduce problem:
Create pages:
index.vue (has nuxt-link to=/huindex)
huindex.vue
Build&Run
Open http://localhost:3000
Click link to /huindex
Stop server
Refresh page and POOF! Get network error instead cached huindex page
Okaaay.
Open http://localhost:3000 again and get it from cache
Click link to /huindex and get huindex page from cache
Okaaay.
Run server again
Open http://localhost:3000/huindex
Stop server
Refresh page and get huindex page from cache
Everything worked fine on my local app when .dev domain worked. Now I can't open my app on neither browser (chrome, firefox, opera) so I decided to return to localhost/sitename/public...
I restarted apache on xampp after delete config for .dev and login page apper successfully, but when I enter username and password instead of home page it stays on http://localhost/sitename/public/login and shows me button when says Toggle Navigation in simple html and then site name. When I click on site name it redirects me to http://localhost/home and there says:
Object not found!
The requested URL was not found on this server. The link on the
referring page seems to be wrong or outdated. Please inform the author
of that page about the error.
If you think this is a server error, please contact the webmaster.
Error 404 localhost Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/7.1.4
What's this about?
I have deployed a Ghost blog on heroku. The app has the url app.herokuapp.com. I have setup a custom domain to point to this mydomain.com.
Things work fine in normal access conditions. However, when the user hits a 404 page mydomain.com/xyz, it takes me to the 404 page and then there is a link to the front page.
A click on this link leads me to the heroku app url(app.herokuapp.com) rather than my custom url(mydomain.com).
Please let me know how do I point it to the front page of my custom domain mydomain.com
You can serve a custom error page on Heroku, and you can point it anywhere you'd like.
https://devcenter.heroku.com/articles/error-pages
I've been using ospry.io as a third side image hosting for my website,
Suddenly when entering the site I see the error:
Failed to load resource: net::ERR_CONNECTION_CLOSED https://code.ospry.io/v1/ospry.js
and also when trying to reach https://ospry.io I see the site is down.
has any of you encounter the same problem?
is there a way to get the images uploaded so far to that service?