http://www.perlmonks.org?node_id=951416

Swalif has asked for the wisdom of the Perl Monks concerning the following question:

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.

Replies are listed 'Best First'.
Re: About error tracking (Dancer on fluxflex)
by Anonymous Monk on Feb 02, 2012 at 16:15 UTC

    I get 500 internal server error instead of the dancer error track page.

    And the logs say?

      Thank you for your concern..
      I switched to dotcloud and everything worked great I just installed my first dancer application easily and the documentation is very good..
      I liked that I could see the installation process from my command line, which is better than the silent initial scripts from fluxflex..
      This Article helped me very much to get started ..:
      dancing-on-a-cloud-made-of-pearls.html