mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-02-06 09:55:47 +00:00
- Add InfoRedirect component for one-time redirect to /info on page load - Simplify Modal component to pure presentation (remove redirect logic) - Change NavBar info button from showModal() to Link to /info route - Remove unused window.my_modal_3 global type declaration - Fix modal centering by removing conflicting position classes Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
App
Troubleshooting
Map doesn't load and the Error You must define the Admin roll in the .env file! shows in the console.
In order to get the map running you need to define the correct uuid of the admin roll in the .env file.
Go to http://localhost:8055 and login with the admin credentials. Navigate to http://localhost:8055/admin/settings/roles and click Administrator and copy the UUID from the URL.
Put this UUID in the .env as VITE_DIRECTUS_ADMIN_ROLE=UUID