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

Create Feature Profile doesn't work on the latest preview #15451

Closed
sarahelsaig opened this issue Mar 4, 2024 · 1 comment · Fixed by #15465
Closed

Create Feature Profile doesn't work on the latest preview #15451

sarahelsaig opened this issue Mar 4, 2024 · 1 comment · Fixed by #15465
Labels
Milestone

Comments

@sarahelsaig
Copy link
Contributor

sarahelsaig commented Mar 4, 2024

Describe the bug

Looks like it creates a new feature profile but doesn't store it. (I've noticed this while validating Lombiq.Hosting.Tenants.FeaturesGuard in anticipation of OC 1.9.)

EDIT: Also forgot to mention that even if I add a feature profile from a setup recipe it doesn't show up in the Feature Profiles list.

To Reproduce

Steps to reproduce the behavior:

  1. Set up a new site.
  2. Enable Tenants and Tenant Feature Profiles features.
  3. Go to Admin > Multi-Tenancy > Feature Profiles.
  4. Click "Add Feature Profile" button.
  5. Give it any name and copy the example rules from the text under the Rules field.
  6. Click "Save and Continue".
  7. Get redirected to a Not Found page and there are no error logs.
  8. Go back to the Feature Profiles page and the list is empty.

Expected behavior

It should create and store a new Feature Profile.

Screenshots

image
image

Despite my initial guess, the JSON is correctly parsed:
image

@MikeAlhayek
Copy link
Member

its is a serialization issue. Fixed by #15465

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

Successfully merging a pull request may close this issue.

2 participants