Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

problem with view #600

Open
aklimaruhina opened this issue Jul 8, 2021 · 3 comments
Open

problem with view #600

aklimaruhina opened this issue Jul 8, 2021 · 3 comments

Comments

@aklimaruhina
Copy link

i'm finding following issues. Message: template file not found: template:vueexample-main.i can't be able to run file too

@aklimaruhina
Copy link
Author

following error occoured for me.i'm not able to solve this issues. makebuild

@gaellafond
Copy link

Regarding the "vueexample-main" error, I had the same problem. You need to fix the file lib/Controller/PageController.php

Replace:

$response = new TemplateResponse($this->appName, $this->appName . '-main');

with

$response = new TemplateResponse($this->appName, 'main');

@Devapplers
Copy link

thanks it was so helpful for me and solved my problem

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants