You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /apigility/api/doctrine/doctrine.entitymanager.orm_default/metadata/Application\Entity\User was not found on this server.</p>
<hr>
<address>Apache/2.4.18 (Win32) PHP/7.0.4 Server at myapp.com Port 80</address>
</body></html>
The request it's performed with AngularJS service $http, but the Url is incorrect. The bars () that are guilty. I modified the Url replacing the bars for the hyphen in the request and adding the server side the rule to reverse.
I don't know if is the best solution, but I needed to be fast. The solution is temporary. I wait for solution.
The request for address http://myapp.com/apigility/api/doctrine/doctrine.entitymanager.orm_default/metadata/Application%5CEntity%5CUser return :
The request it's performed with AngularJS service $http, but the Url is incorrect. The bars () that are guilty. I modified the Url replacing the bars for the hyphen in the request and adding the server side the rule to reverse.
I don't know if is the best solution, but I needed to be fast. The solution is temporary. I wait for solution.
Originally posted by @leandrogf at zfcampus/zf-apigility-admin-ui#140
The text was updated successfully, but these errors were encountered: