Greetings,
I wanted to try some Perl Dancer apps on top of fluxflex.com, it is not as easy as it seemed. First, I tried the example in this article successfully:
Three Perl Cloud Hostings
Then, I went on and refactored twist to be a fluxflex application accordingly but each time I get 500 internal server error instead of the dancer error track page. My question is how to track the errors in such situation? It is really not clear what is missing for the app.
I even tried to directly import this ready to use application and got the same error:
https://github.com/degtyarev-dm/fluxflex-dancer
Appreciate your help.