stackvana / hook.io

Open-Source Microservice Hosting Platform
https://hook.io
Other
1.26k stars 117 forks source link

Private hooks not shown in list of services #257

Closed andrewtlove closed 7 years ago

andrewtlove commented 7 years ago

It looks like private services are unlisted until an action is performed that authenticates the user. Do the following to reproduce:

  1. Log in
  2. Create new public service
  3. Create new private service
  4. Log out
  5. Log in
  6. !! Private service is missing from list
  7. Delete public service from step 2
  8. Private service is now listed correctly
Marak commented 7 years ago

That's odd.

Probably a bug in the display code for services.

This might have already been resolved locally, will double check here.