Genie Discord forum

I am trying to import a Genie app with a routes.jl
file into Genie Cloud. When trying to start the app from the REPL to see if it can be loaded properly, Genie ends up in a loop, loading the app over and over again. After pressing Ctrl-C
, the "Ready" text is printed a number of times before returning to the REPL - see the attached video.
Is there some special startup logic in place that automatically is used on Genie Cloud?

no, I haven't seen this. What version of Genie are you using? Can you zip your project and send it over so I can debug what's happening?

Just chipping in with some info:@sdobber I tried with your meetup demo and It loads without issues


Sorry for the late reply, and thank you for following up! Interesting.... The Meetup Demo is a lot simpler than what I tried to run - it might be that I introduced some configuration hacks which mess things up. I'll try to compare the two projects later when I have time.

If you send me your Github usernames, I can try to invite you to my private project which gives the issues

I think I know what happened now... I added a file app.jl
to see if I can use that as an entrypoint for GenieCloud for classical Genie apps, with code that loads and starts the app. The auto-file-inclusion mechanism of Genie loads this file and executes it, thus triggering a reload of the app over and over again. ๐

sure @sdobber , they're PGimenez and AbhimanyuAryan