Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Listing deployments in react-tables is not working. #195

Open
gregelin opened this issue Feb 4, 2022 · 0 comments
Open

Listing deployments in react-tables is not working. #195

gregelin opened this issue Feb 4, 2022 · 0 comments
Labels
backend Related to backend bug Something isn't working frontend Related to front end

Comments

@gregelin
Copy link
Contributor

gregelin commented Feb 4, 2022

Bug

Listing deployments in react-tables is not working. The call to backend is not returning any information.

Note that URL to return deployments is not finding any:
http://localhost:8000/api/v2/modules/1/deployments/?orderBy=name&page=1&count=10

To Reproduce

Steps to reproduce the behavior:

  1. Switch to react-tables or react-modal
  2. Navigate to existing project (or create project)
  3. Navigate to deployments
  4. See no deployments listed
  5. Click "New Deployments" btn to create new deployment
  6. Create new Deployment
  7. See no Deployments listed
  8. Check console log, see error.

Desktop (please complete the following information):

  • OS: Mac OS 11.13.1
  • Browser Chrome

Expected behavior

Deployments should be listed.

Screenshots

image

@gregelin gregelin added bug Something isn't working backend Related to backend frontend Related to front end labels Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Related to backend bug Something isn't working frontend Related to front end
Projects
None yet
Development

No branches or pull requests

1 participant