-
Notifications
You must be signed in to change notification settings - Fork 23
Upgrading buffalo app (0.18.1) fails with template error #80
Comments
Hello, I have the same error from |
I've identified the cause of the issue and it will be fixed as part of this PR: #75 @paganotoni can you move this issue to the CLI repo? |
It seems I have identified the issue to be that the name given to template.New() has to be the same name of the file in the embedded FS, although that is also given to ParseFS. It seems I have solved it in 35bf6e7, it does not give me the "incomplete or empty template" error anymore when I try to |
Since my PR will take a little longer until it is finished feel free to do so. |
Previous buffalo version is v0.15.5, actual go version 1.17.3
Buffalo info
gives no errors.The text was updated successfully, but these errors were encountered: