Marketplace blank page!

Hello, I want to sign-up to zoom marketplace but each time I browse marketplace.zoom.com i get a blank page.
I have tried form different computers and different locations and i get the same blank page.

Hi @wa3iadmin,

Do you see any browser console errors? What region are you trying to access the site from?

Thanks,
Will

A page or script is accessing at least one of navigator.userAgent , navigator.appVersion , and navigator.platform . In a future version of Chrome, the amount of information available in the User Agent string will be reduced.

To fix this issue, replace the usage of navigator.userAgent , navigator.appVersion , and navigator.platform with feature detection, progressive enhancement, or migrate to navigator.userAgentData .

Note that for performance reasons, only the first access to one of the properties is shown.

Uncaught market place zoom us/:123
Uncaught SyntaxError: Invalid or unexpected token
Uncaught index.js?v=1634225378705:5
Uncaught TypeError: Cannot read properties of undefined (reading ‘isBootSentry’)
at Object.4b68 (index.js?v=1634225378705:5)
at c (index.js?v=1634225378705:1)
at Module.d19c (index.js?v=1634225378705:27)
at c (index.js?v=1634225378705:1)
at Object.0 (index.js?v=1634225378705:1)
at c (index.js?v=1634225378705:1)
at n (index.js?v=1634225378705:1)
at index.js?v=1634225378705:1
at index.js?v=1634225378705:1

DevTools failed to load source map: Could not load content for https://marketplacefront.zoom.us/marketplace/static/1.8/js/axios.min.map: HTTP error: status code 403, net::ERR_HTTP_RESPONSE_CODE_FAILURE

Hi @will.zoom

From Saudi Arabia

Hi @wa3iadmin,

Thank you for confirming these details—we’re looking into it (ZOOM-292725).

Thanks,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.