Skip to content

Publishing a dashboard throws license error #9771

@blood-worm

Description

@blood-worm

Bug description

Thank you for shipping the new public dashboards feature in #9642.

When attempting to publish a dashboard in the self-hosted version, I get "Failed to create public dashboard" and upon further inspection the POST /api/v1/dashboards/<id>/public request returns a license_unavailable error.

I'm not sure what the intended behaviour is here:

  • is it meant to be only for cloud-hosted / enterprise users?
    • the UI should be hidden or display a more meaningful error about requiring a license
  • is it meant for all users?
    • the licensing check here should be revisited

Expected behavior

The public dashboards feature should preferably be available to all users. Failing that, I should not be able to see features I cannot use, or at least I should be provided with a meaningful error message.

How to reproduce

  1. Go to any dashboard
  2. Click "Configure"
  3. Go to the "Publish" tab
  4. Click "Publish dashboard"

Version information

  • Signoz version: v0.104.0
  • Browser version:
  • Your OS and version:
  • Your CPU Architecture(ARM/Intel):

Additional context

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions