dreamfactorysoftware / dreamfactory

DreamFactory API Management Platform
https://www.dreamfactory.com
Apache License 2.0
1.57k stars 316 forks source link

cant import App Package File #173

Open Legace opened 6 years ago

Legace commented 6 years ago

im using iis10 php7.2 , v8js , node and http verbs are set. when i want to import pakg, php-cgi download it and show red box:

Api Error The server returned an unknown error.

in browser console:

get error : POST localhost/api/v2/system/app 500 () (anonymous) @ vendor.a5a708f2.js:formatted:6141 sendReq @ vendor.a5a708f2.js:formatted:5993 chain @ vendor.a5a708f2.js:formatted:5938 wrappedCallback @ vendor.a5a708f2.js:formatted:6735 (anonymous) @ vendor.a5a708f2.js:formatted:6795 $eval @ vendor.a5a708f2.js:formatted:7119 $digest @ vendor.a5a708f2.js:formatted:7055 $apply @ vendor.a5a708f2.js:formatted:7142 (anonymous) @ vendor.a5a708f2.js:formatted:9605 dispatch @ vendor.a5a708f2.js:formatted:2297 elemData.handle @ vendor.a5a708f2.js:formatted:2234

Legace commented 6 years ago

Is there any support team?

df-arif commented 6 years ago

@Legace, Sorry for the delayed response. I need more information in order to troubleshoot your case. Can you mention which version of DreamFactory you are using? Which app you are trying to import? Also, can you please post the error message from your api call response instead of the javascript console error. You can get the response from the network tab of your browser's console. To get a detailed error message (including stack trace) set the following two settings (uncomment as needed) in your .env file (located at the root of your DreamFactory installation)

APP_DEBUG=true
APP_LOG_LEVEL=debug

Optionally run the following two commands from your DreamFactory installation root just to make sure all cache is cleared.

php artisan cache:clear
php artisan config:clear 

Thanks!