You need to sign in to do that
Don't have an account?
Ross Goldberg
No COMPONENT named markup:// found
When we install our package in a Summer '17 sandbox org we get an error stating our main component is not found:
org.auraframework.throwable.quickfix.DefinitionNotFoundException: No COMPONENT named markup://ascendix_search:Search found
Is this a known issue with Summer '17 or has there been a change in how components should be defined?
org.auraframework.throwable.quickfix.DefinitionNotFoundException: No COMPONENT named markup://ascendix_search:Search found
Is this a known issue with Summer '17 or has there been a change in how components should be defined?
FYI, here is the definition of our application:
Here is how we are referncing if from our Visualforce page (note the include namespace, because it is a managed package):
This works perfectly in Spring '17, but in Summer '17 it gives the following error:No COMPONENT named markup://ascendix_search:Search found
I opened a case and was told it was related to this issue:
https://success.salesforce.com/issues_view?id=a1p3A0000008jMrQAI
The fix is in the process of being rolled out.
You seeing same behavior?
org.auraframework.throwable.quickfix.DefinitionNotFoundException: No APPLICATION named markup://
Just noticed in summer 2017.
Wonder it is due to the same issue? anyone facing this, and got a workaround.