The only difference that i found in config.groovy between prod and dev modes was this line:
grails.logging.jul.usebridge = false
Also when i created a test project and ran it in prod mode, the flash message appeared correctly. So there must be something wrong with my project.
SOLVED:
With a bit of help from ZYRO <3 from grails at freenode.
I had a heroku plugin installed, that was sucking in a database session plugin that had some deprecated class and turns out that was causing the problem.
OMFG. How easy was that:
- Check logs.
- See what causes the problem.
- Disable that thing.
Two days of desperate researching were wasted because of incorrect approach.
No comments:
Post a Comment