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

Persistant Prerequisits Error - Urgent assitance #12017

Closed
BrucedeMink opened this issue Jul 17, 2024 · 40 comments
Closed

Persistant Prerequisits Error - Urgent assitance #12017

BrucedeMink opened this issue Jul 17, 2024 · 40 comments
Assignees
Labels
TA:E2E Team Area: E2E

Comments

@BrucedeMink
Copy link

BrucedeMink commented Jul 17, 2024

I accidentally added and deleted web part to the development, and then I proceeded to delete it.
Now when I run the solution, I get this error:
image
The red underlined section was accidentally added:
image
not my solution in not rendering.
image

@microsoft-github-policy-service microsoft-github-policy-service bot added the needs attention This issue needs the attention of a contributor. label Jul 17, 2024
@BrucedeMink BrucedeMink changed the title Persistant Prerequisuts Error - Urgent assitance Persistant Prerequisits Error - Urgent assitance Jul 17, 2024
@blackchoey blackchoey added the TA:E2E Team Area: E2E label Jul 18, 2024
@HuihuiWu-Microsoft
Copy link
Contributor

Hi @BrucedeMink, thanks for reporting this to us. The error displayed in the first screenshot seems to have no relationship with the accidentally added web part. You need to make sure need port(4321) is not occupied before running your project. For the error displayed in the third screenshot, please make sure all related files/configs are updated when you remove the wrong web part(e.g. src\config\config.json, src.yo-rc.json, ...).
Please let me know if you have any questions.

@HuihuiWu-Microsoft HuihuiWu-Microsoft added needs more info Need user to provide more info and removed needs attention This issue needs the attention of a contributor. labels Jul 18, 2024
@BrucedeMink
Copy link
Author

BrucedeMink commented Jul 18, 2024 via email

@microsoft-github-policy-service microsoft-github-policy-service bot added needs attention This issue needs the attention of a contributor. and removed needs more info Need user to provide more info labels Jul 18, 2024
@HuihuiWu-Microsoft
Copy link
Contributor

@BrucedeMink Sure, please let me know your contact information and we can discuss further.

@BrucedeMink
Copy link
Author

BrucedeMink commented Jul 18, 2024 via email

@HuihuiWu-Microsoft
Copy link
Contributor

@BrucedeMink Let me know your alias if you're inside Microsoft, or maybe we can only troubleshoot though GitHub issue comments.

@BrucedeMink
Copy link
Author

BrucedeMink commented Jul 18, 2024 via email

@HuihuiWu-Microsoft HuihuiWu-Microsoft added needs more info Need user to provide more info and removed needs attention This issue needs the attention of a contributor. labels Jul 18, 2024
@HuihuiWu-Microsoft
Copy link
Contributor

GitHub Alias doesn't work for us to have a live chat. Maybe you can try to close the port and cleanup things that're related to the accidentally added web part, then try again. If you still have the problem, please send email to our feedback channel and attach your project if convenient.

@BrucedeMink
Copy link
Author

BrucedeMink commented Jul 18, 2024 via email

@microsoft-github-policy-service microsoft-github-policy-service bot added needs attention This issue needs the attention of a contributor. and removed needs more info Need user to provide more info labels Jul 18, 2024
@HuihuiWu-Microsoft
Copy link
Contributor

@BrucedeMink As the error displayed in your first screenshot, 'Ports 4321 already in use', you need to close the port manually before running the app; As the error displayed in your third screenshot, "Invalid manifest with id ....", you need to cleanup the web part related files/configs which you already done as you mentioned.
If you need further help, we can setup a Teams meeting, but first please send email to our feedback channel or let me know your email address so I can setup the meeting(as I'm not sure who I am talking to as you do).

@BrucedeMink
Copy link
Author

I do need further help... can you give me the url of the feedback channel?

@HuihuiWu-Microsoft
Copy link
Contributor

HuihuiWu-Microsoft commented Jul 18, 2024

GitHub Alias doesn't work for us to have a live chat. Maybe you can try to close the port and cleanup things that're related to the accidentally added web part, then try again. If you still have the problem, please send email to our feedback channel and attach your project if convenient.

@BrucedeMink I attached in my last reply.

@HuihuiWu-Microsoft HuihuiWu-Microsoft added needs more info Need user to provide more info and removed needs attention This issue needs the attention of a contributor. labels Jul 18, 2024
@BrucedeMink
Copy link
Author

BrucedeMink commented Jul 19, 2024 via email

@microsoft-github-policy-service microsoft-github-policy-service bot added needs attention This issue needs the attention of a contributor. and removed needs more info Need user to provide more info labels Jul 19, 2024
@HuihuiWu-Microsoft
Copy link
Contributor

@BrucedeMink When you add the web part, a new tab related to that web part will be added to staticTabs array in Teams manifest file. So after you delete the accidentally added web part, you can find manifest file for both local and remote under appPackage\manifest.json and appPackage\manifest.local.json, then remove the corresponding tab. For example, in the below screenshot, "f8712784-03a2-4a5e-b7ca-888c6540fa1a" is the wrongly added web part, remove this tab which is inside red rect.
image
For manifest.js, could you provide more info on this file since I don't have this one on my side?

@HuihuiWu-Microsoft HuihuiWu-Microsoft removed the needs attention This issue needs the attention of a contributor. label Jul 22, 2024
@BrucedeMink
Copy link
Author

BrucedeMink commented Jul 24, 2024 via email

@microsoft-github-policy-service microsoft-github-policy-service bot added needs attention This issue needs the attention of a contributor. and removed needs more info Need user to provide more info labels Jul 24, 2024
@BrucedeMink
Copy link
Author

After scrounging around in the directories I found this:
image

@HuihuiWu-Microsoft
Copy link
Contributor

@BrucedeMink The auto generated files under release won't block if there's no related web part in source code.

My initial idea was to set up a Teams meeting with you through email if you start the thread by sending an email to our feedback channel or I can send the meeting link directly if it's OK for you to attach your email address here.

@HuihuiWu-Microsoft HuihuiWu-Microsoft added needs more info Need user to provide more info and removed needs attention This issue needs the attention of a contributor. labels Jul 24, 2024
@BrucedeMink
Copy link
Author

BrucedeMink commented Jul 24, 2024 via email

@microsoft-github-policy-service microsoft-github-policy-service bot added needs attention This issue needs the attention of a contributor. and removed needs more info Need user to provide more info labels Jul 24, 2024
@HuihuiWu-Microsoft
Copy link
Contributor

@BrucedeMink Have you sent email to our mailer(ttkfeedback@microsoft.com)? Didn't receive yet.

@BrucedeMink
Copy link
Author

BrucedeMink commented Jul 24, 2024 via email

@HuihuiWu-Microsoft
Copy link
Contributor

@BrucedeMink Did you send to our mailer or attach here in GitHub comments? I didn't receive any email from the mailer and couldn't see your email address from here
image

@adashen adashen added investigating needs more info Need user to provide more info and removed needs attention This issue needs the attention of a contributor. labels Jul 25, 2024
@BrucedeMink
Copy link
Author

BrucedeMink commented Jul 25, 2024 via email

@microsoft-github-policy-service microsoft-github-policy-service bot added needs attention This issue needs the attention of a contributor. and removed needs more info Need user to provide more info labels Jul 25, 2024
@HuihuiWu-Microsoft
Copy link
Contributor

Sent, please help check.

@HuihuiWu-Microsoft HuihuiWu-Microsoft added needs more info Need user to provide more info and removed investigating needs attention This issue needs the attention of a contributor. labels Jul 25, 2024
@BrucedeMink
Copy link
Author

BrucedeMink commented Jul 26, 2024 via email

@microsoft-github-policy-service microsoft-github-policy-service bot added needs attention This issue needs the attention of a contributor. and removed needs more info Need user to provide more info labels Jul 26, 2024
@HuihuiWu-Microsoft
Copy link
Contributor

Will send you meeting link from Linkedin.

@HuihuiWu-Microsoft HuihuiWu-Microsoft removed the needs attention This issue needs the attention of a contributor. label Jul 29, 2024
@HuihuiWu-Microsoft
Copy link
Contributor

@BrucedeMink As we have fixed this issue in live troubleshooting, I'll close this.

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

No branches or pull requests

4 participants