You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running WITS in VSCode, I get the following error. I couldn't find any troubleshooting tips for this.
WITs::setWitsconfigInfo
setWitsconfigInfo:::Error: There is invalid profile. Please create a profile or active the profile.
start:::Error: There is invalid WITS_USER_DATA
The text was updated successfully, but these errors were encountered:
You can see there is WITs added at the end of command (. is the package name) and if I run this command manually without WITs at the end, it progresses further.
How can I fix this bug? Which file should I edit to remove the unnecessary "WITs" at the end of the command?
First, "WITs" at the end of package name is not a bug.
WITs has a quite different construct. WITs is actually container application which we push your actual application codes to the iframe tag on WITs container application.
If the package name is redundant It's gonna be real problem.
The reason why Wits hasn't been installed is I will look at.
Thanks
When running WITS in VSCode, I get the following error. I couldn't find any troubleshooting tips for this.
WITs::setWitsconfigInfo
setWitsconfigInfo:::Error: There is invalid profile. Please create a profile or active the profile.
start:::Error: There is invalid WITS_USER_DATA
The text was updated successfully, but these errors were encountered: