Prestashop Backoffice 404 - http-status-code-404

Good morning,
I can't access my Prestashop Backoffice, it gives me the following error message:
Failed to load resource: the server responded with a status of 404 ()
So far I can only fix the problem by doing the restore on the server.

Related

Subdirectory Nginx and React

Hi i am new in configuring nginx server and i have a problem:
I have two web applications created with ReactJS which I will call app1 and app2.
I'd like to show app1 on www.mydomain.com
and app2 on www.mydomain.com/app2
it's possible?
This is my Nginx file configuration /etc/nginx/sites-available/default
server {
index index.html index.htm index.nginx-debian.html;
server_name xxx.com www.xxx.com;
location / {
root /var/www/app1/build;;
}
location /app2{
alias /var/www/app2/build;;
}
Using this configuration file if I connect to www.domain.com App1 works correctly while if I connect to www.domain.com/app2 the page is completely white and the console gives me these errors:
<noscript>You need to enable JavaScript to run this app.</noscript>
2.a90b013e.chunk.js:1 Failed to load resource: the server responded with a status of 404 (Not Found) main.bbc61316.chunk.js:1 Failed to
load resource: the server responded with a status of 404 (Not Found)


permission denied error to github service

I am following example on pluralsight.com website. Course name is Angularjs get started.
I get error on line return $http.get(repoUrl + "/collaborators");
Error is Failed to load resource: the server responded with a status of 401 (Unauthorized)
https://api.github.com/repos/angular/angular-seed/collaborators
Here is my Plunker
To get to that error. Click on any user on link when data loads up after 5 seconds.

Fotorama Wordpress Plugin

I have "WordPress 3.7.5" installed and i get the following errors on page load (via element explorer)
http://fotorama.s3.amazonaws.com/4.4.6/fotorama.css Failed to load resource: the server responded with a status of 403 (Forbidden)
http://fotorama.s3.amazonaws.com/4.4.6/fotorama.js Failed to load resource: the server responded with a status of 403 (Forbidden)
http://fotorama.s3.amazonaws.com/4.4.6/fotorama.css Failed to load resource: the server responded with a status of 403 (Forbidden)
Can anyone help?

Google App Engine: An error occurred processing file '': Unauthorized. Aborting

When I try to deploy my application, I get this error: ERROR appcfg.py:2149 An error occurred processing file '': HTTP Error 401: Unauthorized. Aborting.
I provide my login and password correctly but I am not able to deploy my application.
Any solution?

Google App Engine URI Error: /_ah/xrds

In my GAE admin dashboard, everyday I have URI Error below:
/_ah/xrds 50 100%
The application was written in Java. Authentication type is (Experimental) Federated Login.
I checked the log:
"GET /_ah/xrds HTTP/1.0" 404 2107 - - "www.example.com" ms=27 cpu_ms=27
app_engine_release=1.8.0 instance=....
How to prevent this error? What is the cause of the URL error?
Thanks

Resources