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

Form Customizer not Rendering as expected #112

Closed
6gal6ler6 opened this issue Oct 13, 2023 · 2 comments
Closed

Form Customizer not Rendering as expected #112

6gal6ler6 opened this issue Oct 13, 2023 · 2 comments
Assignees

Comments

@6gal6ler6
Copy link

NPM Script:

"serveNewForm": "gulp clean && gulp bundle --custom-serve --max_old_space_size=4096 && fast-serve --config=customSolutionForm_NewForm",

Serve Config File:

"customSolutionForm_NewForm": {
      "pageUrl": "https://sometenant.com/sites/somesite/_layouts/15/SPListForm.aspx",
      "formCustomizer": {
        "componentId": "a75dbc51-6923-4ca0-893b-113a82f1909b",
        "PageType": 8,
        "RootFolder": "/sites/somesite/Lists/someList",
        "properties": {
          "sampleText": "Value"
        }
      }

Error Screenshot:
image

@s-KaiNet s-KaiNet self-assigned this Oct 23, 2023
@s-KaiNet
Copy link
Owner

s-KaiNet commented Nov 2, 2023

Thank you for reporting!

The issue is fixed in spfx-fast-serve-helpers@1.18.4 and in spfx-fast-serve-helpers@1.17.6 for SPFx 1.18 and 1.17 respectively. Now it also respects the SPFX_SERVE_TENANT_DOMAIN env variable, so it works exactly like SPFx.

Could you please check if the issue is solved for you?

@6gal6ler6
Copy link
Author

Hello @s-KaiNet

Thanks for the quick response.

I have tested the version spfx-fast-serve-helpers@1.18.4, and it works fine.

Again thanks for the help.

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