Genie Discord forum

Author AvatarMordegai
8/1/2023, 9:30:47 AM

I refactored a multi page app according to the slides of the JuliaCon workshop slides (https://genieworkshop.netlify.app/1?print) and example code (https://github.com/BuiltWithGenie/MultiPageApp/tree/main). The app launches and I get no errors in the log but when I want to access the app through Safari on MacOS (all latest updates), I get an invalid page address error. It does work when I use Chrome though, so it seems to be browser specific. Anyone who has an idea what might be causing this?

The output in the log files is: Activating project at ~/.julia/geniebuilder/apps/happonomycockpit [ Info: 2023-08-01 11:24:16 Watching "/Users/stef/.julia/geniebuilder/apps/happonomycockpit" Loading app[ Info: 2023-08-01 11:24:28 Watching "/Users/stef/.julia/geniebuilder/apps/happonomycockpit" [ Info: 2023-08-01 11:24:28 Watching "/Users/stef/.julia/geniebuilder/apps/happonomycockpit" [ Info: 2023-08-01 11:24:28 Watching "/Users/stef/.julia/geniebuilder/apps/happonomycockpit" [ Info: 2023-08-01 11:24:41 Watching "/Users/stef/.julia/geniebuilder/apps/happonomycockpit" [ Info: 2023-08-01 11:24:41 Watching "/Users/stef/.julia/geniebuilder/apps/happonomycockpit"

Ready!

โ”Œ Info: 2023-08-01 11:24:42 โ”” Web Server starting at http://0.0.0.0:9101 - press Ctrl/Cmd+C to stop the server. [ Info: 2023-08-01 11:24:43 Listening on: 0.0.0.0:9101, thread id: 1

Author AvatarGenerallyClueless
8/1/2023, 12:12:14 PM

@Mordegai are you using the same device for both browsers? ๐Ÿค”

Author AvatarMordegai
8/1/2023, 2:26:22 PM

Yes, both on MacOS and on the same computer.

Author AvatarMordegai
8/1/2023, 2:28:57 PM

If you want to, you can test it. The code is available at https://github.com/HapponomyOrg/HapponomyCockpit.jl

Author AvatarMordegai
8/1/2023, 2:29:40 PM

It's up to date. Just retested it a minute ago and comitted all changes to the repository.