I have created a custom component, and I am able to add it to a view in a case, but it does not render anything, and in the browser console I see a 404 error loading this script:
We have other custom components that work, but this one is not working. The component has been published from vscode following the regular process, and I am able to render and run the component in storybook.
Can you please check the path of the component created, it should be located in src/custom-constellation/field/index.tsx.
And regarding the authentication error make sure the below DSS has been updated to solve the authentication error:
@Akshitha Vangala thanks Akshitha, I have resolved the issue. The problem was that the name of the component in the config.json did not match the folder name that the component files are in, so the JS file was named differently to the component ID. Once I fixed the name in the config.json, the component worked.