Genie Discord forum

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

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

Yes, both on MacOS and on the same computer.

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

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