Giter Site home page Giter Site logo

Comments (4)

cyberjus avatar cyberjus commented on July 17, 2024 2

@esalman-sfdc I just spent forever trying to debug a similar problem related to lightning:select. Lightning select was working for me on Lighting Page but not in a Lightning App, prompting a similar error.

Try adding the label attribute to the component. The framework says this is required, even though it does not prompt it. That finally resolved it for me.

from lightningtestingservice.

esalman-sfdc avatar esalman-sfdc commented on July 17, 2024

Thanks @paulroberttaylor for reporting the error. Underlying issue is that Lightning framework is classifying the exception as salesforce issue instead of bubbling it up as a developer error (hence generating the Error Id instead of letting the error message bubble up). Its not specific to LTS, and can be reproduced by creating a custom application with following markup.

<aura:application >
    <lightning:select name="selectItem" onchange="{!c.doSomething}">
        <option value="">choose one...</option>
        <option value="1">one</option>
        <option value="2">two</option>
    </lightning:select>
</aura:application>

Navigating to the app would result in following,

This page has an error. You might just need to refresh it. Aura.loadComponent(): Failed to initialize application. An internal server error has occurred Error ID: 1448037039-25598 (1552973958)

I have created a bug (W-4745082) for the team that owns the area and attached your feedback to it. I plan on closing this issue out as the problem is not specific to LTS.

from lightningtestingservice.

paulroberttaylor-zz avatar paulroberttaylor-zz commented on July 17, 2024

@esalman-sfdc Thanks for the feedback. I agree this isn't related to the testing framework so I'm happy to close this myself as it's been raised with the relevant team.

from lightningtestingservice.

 avatar commented on July 17, 2024

@esalman-sfdc :Have you got any docs about the error in detail info?
You see that the error below is TOO ROUGH for us to understand, I think since you've given us an ERROR code, so you should have something mapping to which error in details……?!

This page has an error. You might just need to refresh it. Aura.loadComponent(): Failed to initialize application. An internal server error has occurred Error ID: 1448037039-25598 (1552973958)

from lightningtestingservice.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.