Skip to content

[Organization page] Browser errors with anonym case #3382

Closed
@marla-singer

Description

@marla-singer

Anonym scenario

  1. Sign out if you're logged in
  2. Open the browser console
  3. Go to Organizations catalog and pick an organization with APIs
  4. Click on any connected APIs and navigate to API profile

Actual result

The browser console error:

TypeError: Cannot read property 'filters' of undefined
  at Blaze.View.<anonymous> (apis.js:65)

const currentFilters = instance.pagination.filters();

  1. After that click on the logo site and navigate to the main page

Actual result

The browser console error:

TypeError: Cannot read property 'managedApiIds' of undefined
  at Blaze.View.<anonymous> (apis.js:46)

const updatedApisPerPage = Template.currentData().organization.apisPerPage || 10;

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions