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

Portal.view.learn.MainContainerController: EditorConfig.json #5288

Open
tobiu opened this issue Mar 2, 2024 · 0 comments
Open

Portal.view.learn.MainContainerController: EditorConfig.json #5288

tobiu opened this issue Mar 2, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@tobiu
Copy link
Collaborator

tobiu commented Mar 2, 2024

We are getting errors when loading the learning section:
Screenshot 2024-03-02 at 16 04 57

Screenshot 2024-03-02 at 16 05 41

This file is missing inside the repo. @maxrahder: i think this is your node service for opening files inside your IDE.

We either need a flag to not trigger:

    onConstructed() {
        super.onConstructed();

        let me = this;

        // ...

        fetch('../../../../resources/data/deck/EditorConfig.json')
            .then(response => response.json()
                .then(data =>
                    me.getModel().setData('editorConfig', data)
                ))
    }

for all users, or the service needs to get into the repo. it could get modified to create a fork and a PR to submit changes to us.

@tobiu tobiu added the bug Something isn't working label Mar 2, 2024
@tobiu tobiu added this to To do in Portal & LearningSection via automation Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

2 participants