-
-
Notifications
You must be signed in to change notification settings - Fork 204
Get couldn't reach api while upgraded from 7 to 8 #1624
Comments
You need to use |
@leonglkt - TBH, I didn't understand the exact issue. But what I understood is you're not able to login after upgrading the version. At the same time, I think the stand-alone APIs are working as you mentioned. Can you please provide more details like your PHP version, directus version [As we have almost 7 versions after Screen recording of the issue will provide more help to resolve the issue. |
OS: Centos 7.7.1908 Test case 1. Copy existing project config into a clean Directus(8.3.1), base on release note to modify the config(Directus 7 - 190927A), but I always got "Couldn't reach API" during login, but I still can use api access the data of collections. not error log found Test case 2. Create an new project on a clean Directus(8.4.0). At this moment, I can login and work fine for this project, and then, I use mysqldump to backup exsiting project (Directus 7 - 190927A), and use mysql restore into the database of this new project, I got "Internal Server Error". I got follow error log |
After follow #1653 change "TYPE_USER_CREATED" to "TYPE_OWNER", but login fail, the error message on page become "Couldn't Reach API", and not additonal error on error log.
return [
0 => '*',
|
After upgrade to 8.3.1, I always get couldn't reach api during login, directus didn't have any error message in the log, but I still can use api access the data of collections.
And I also try remove all existing config, browse directus 8 admin page, I get some introduction to create an new project, I follow the step to create project by an new database, the new project can login and work fine. but it is not possible to re-input the data into this new project.
The text was updated successfully, but these errors were encountered: