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
{{ message }}
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
<!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 text was updated successfully, but these errors were encountered:
This repository has been closed and moved to laminas-api-tools/api-tools-admin-ui; a new issue has been opened at laminas-api-tools/api-tools-admin-ui#3.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: