Open ghost opened 3 years ago
Hello @vpriesner,
version 6.5.0 is quite old, is it possible to migrate to version 6.8.1 of Ninja Framework?
Are you still experiencing the problem? If so, can you attach an empty project reproducing the problem you are experiencing in order to analyze more quickly what is wrong?
Hi @thibaultmeyer,
We'd love to upgrade, actually. We are currently being blocked by https://github.com/ninjaframework/ninja-appengine though. I'm trying to get that dependency upgraded right now (https://github.com/ninjaframework/ninja-appengine/issues/33), but I'm not getting a response there.
We are currently using Ninja v6.5.0 (due to https://github.com/ninjaframework/ninja-appengine/tree/ninja-appengine-1.9.76 being the latest version for the Google App Engine dependency).
We have multiple endpoints defined in the Routes.java file that work 100% of the time in the deployed version and only work 80% of the time in the local development environment.
Calling those endpoints via our Anguluar frontend several times, we consistently get this error at some point:
application.conf of course has an application.cookie.prefix property defined that works correctly the rest of the time (and in production), so I don't believe the error is actually related to that file.
Has anyone else encountered this issue before?