Open weierophinney opened 4 years ago
Are you by any chance seeing the same errors in the browser's console as one of these tickets: #312 or #325 ? Even if not, I'd follow the same procedure I mentioned there just in case.
Otherwise: did you only create the new API and that's it? No additional code-changes? If so, I'd recommend:
Originally posted by @gsomoza at https://github.com/zfcampus/zf-apigility-admin/issues/323#issuecomment-174639609
No,
if I first change application config file I will not be able to create API from admin in the app config file. So the issue was in that - I changed app config before I create any API.
Originally posted by @tasmaniski at https://github.com/zfcampus/zf-apigility-admin/issues/323#issuecomment-174655779
Oh ok, so the issue is fixed for you now?
Originally posted by @gsomoza at https://github.com/zfcampus/zf-apigility-admin/issues/323#issuecomment-174656428
It's fixed for me, but the issue is still there :) So if someone try to use apigility-admin, need to be sure that didn't change the config before.
Can be closed ...
Originally posted by @tasmaniski at https://github.com/zfcampus/zf-apigility-admin/issues/323#issuecomment-174658887
Gotcha, thanks for the heads-up! If people regularly bump into this it might be useful to add some kind of warning about it in the README or other docs.
Originally posted by @gsomoza at https://github.com/zfcampus/zf-apigility-admin/issues/323#issuecomment-174663073
Yeah, that would be fine :)
Originally posted by @tasmaniski at https://github.com/zfcampus/zf-apigility-admin/issues/323#issuecomment-174665022
I am having the same issue. i created a new service using the laminas api tools admin ui but it just created a single empty folder under the API directory.
Hello,
The problem is simple, I just created a new API via admin-ui. So new module is created with base structure in it. Also modules.config.php is updated with new module.
But I can't see that new Api on admin. which leads that I can't work further with admin - can not create any rpc or rest services.
Originally posted by @tasmaniski at https://github.com/zfcampus/zf-apigility-admin/issues/323