I install Directus CMS via git clone successful. In the database 15 tables were created. In /config folder my projectkey.php file were created too. After installation I want to login with my credentials and get the error "Couldn't reach API".
In PHP Error log -> no entry
In Directus log -> no entry
REST calls:
authenticate/ -> Code 200; Response: data/user
projectkey/ -> Code 200; Response: data/api
ping/ -> Code 200; Response: Pong
In a working instance I have seen that in API Call projectkey/
are more properties. For example data/server
is missing in my instance.
Does anyone have any idea what this could be?