-
Notifications
You must be signed in to change notification settings - Fork 40
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
html views are not shown in Play!-Framework 2.8 with version 7.2.0 #119
Comments
If you can get the following information, please let me know.
|
I've tried a combination of Play 2.8.7 and flyway-play 7.2.0. It seems to be working. Is there anything different in the configuration between my sample code and your application? |
@phwiget, @tototoshi it is easily reproducible if you add the following error handler:
|
@azzzy |
@azzzy Thank you for the clue. Now I can reproduce the error as well. tototoshi/flyway-play-issue-119@f5da445 If it is caused by using a custom error handler, I think changing the settings of the error handler will help. For example, The code above by @azzzy needs to be like this:
or
The below is the source code of the Play framework. It has
|
This should be fixed with Play 2.8.8 (without the need of a custom error handler) |
We used successfully
flyway-play
throught a lot of projects written in Play!-Framework versions 2.3 up to 2.6. With the newest version 2.8, th module does not seem to work properly:dev
mode, if there is a migration to be applied, the usual html-view is not shown. Instead, an internal server error is returned as in prod mode. One can fix this by manually navigation to http://localhost:9000/@flyway and applying the scriptIs there a way to resolve this?
The text was updated successfully, but these errors were encountered: