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

Redirect from Facebook will cause build failed #6

Open
doggy8088 opened this issue Jan 31, 2020 · 1 comment
Open

Redirect from Facebook will cause build failed #6

doggy8088 opened this issue Jan 31, 2020 · 1 comment

Comments

@doggy8088
Copy link

Every link clicked on the Facebook will be tracked by a fbclid query string. So when the link look like this:

https://blazorfiddle.com/?fbclid=IwAR1Y4uJoUOeHwIrjfTAZEAjSo7EeuO1Mlzcl5LBLymcOVuC6uWukkddY7TI

It will build failed:

Microsoft (R) Build Engine version 16.4.0+e901037fe for .NET Core
Copyright (C) Microsoft Corporation. All rights reserved.

  Restore completed in 422.4 ms for /BlazorFiddleProject/BlazorFiddleProject.csproj.
RAZORGENERATE : error RZ10011: Component 'bclid' starts with a lowercase character. Component names cannot start with a lowercase character. [/BlazorFiddleProject/BlazorFiddleProject.csproj]


Build failed
@BrianLParker
Copy link

I have tell people to delete the component "bclid" which is being generated, because of this issue, or copy paste the URL :(
Annotation 2020-06-20 050619

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