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

Subscription page is returned blank #74

Closed
AndersAsp opened this issue Jan 31, 2023 · 5 comments
Closed

Subscription page is returned blank #74

AndersAsp opened this issue Jan 31, 2023 · 5 comments
Assignees

Comments

@AndersAsp
Copy link

Describe the bug
The Subscription section under Admin is returning blank. You can briefly see the basics of the page only for it to then disappear and go blank.

To Reproduce
Steps to reproduce the behavior:

  1. Open Azure IPAM
  2. Expand the menu
  3. Expand Admin
  4. Click Subscriptions

Expected behavior
I expect all the Subscriptions to be loaded and manageable.
Everything else in the IPAM Solution seems to work fine.

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows 11 (22621.1105)
  • Browser: Edge (Version 109.0.1518.70 (Official build) (64-bit))
@DCMattyG
Copy link
Contributor

Hey there @AndersAsp, thank you for bringing this to my attention!

When you load the subscriptions page, can you watch under Networking in the Web Developer Tools (as opposed to console above) and check the Response from the "subscriptions" API call? Are any of them missing an "id" field?

image

Prior to this, have you set any exclusions?

Thanks for the feedback, we'll get this fixed up ASAP!

@DCMattyG DCMattyG self-assigned this Jan 31, 2023
@AndersAsp
Copy link
Author

Hi @DCMattyG!

I do get a returned list of 106 Subscriptions, but all of them seems to have Id as expected.
The only strange things I see in the returned data is:
image

and a handful of Subscriptions of where the Type is Unknown.

It has previously been working and we've done some exclusions. I do see the response from "exclusions" is returning 40 subscription ids.

@DCMattyG
Copy link
Contributor

DCMattyG commented Feb 1, 2023

Thanks for checking that @AndersAsp!

I'm about to release the latest code, can you point your App Service at the DEV containers by following the instructions on THIS discussion and see if your issue is resolved in the latest codebase?

@AndersAsp
Copy link
Author

Yup! Using the DEV containers it seems to be working fine!

@DCMattyG
Copy link
Contributor

DCMattyG commented Feb 4, 2023

Hey there @AndersAsp, just letting you know the fix has been pushed to the main branch now, and the production containers should be working for you. Let me know if you have any issues, and thanks again for the teamwork here!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants