-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I was able to get my portainer stack working with all the APIs, correct ports, urls etc. However on registration, the currency field for default currency does not load, and hence can't complete the registration.
Logs has a fail on routes:
⇂ public/css/filament/filament/app.css
INFO Successfully published assets!
INFO Configuration cache cleared successfully.
INFO Route cache cleared successfully.
INFO Compiled views cleared successfully.
INFO Successfully upgraded!
109 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
INFO Application key set successfully.
INFO Nothing to migrate.
INFO Seeding database.
Database\Seeders\CurrencySeeder .................................... RUNNING
Database\Seeders\CurrencySeeder ................................. 44 ms DONE
INFO Clearing cached components and Blade icons.
Clearing cached components ..................................... 0.79ms DONE
Clearing cached Blade icons .................................... 0.86ms DONE
INFO Clearing cached bootstrap files.
cache ......................................................... 12.61ms DONE
compiled ....................................................... 1.37ms DONE
config ......................................................... 0.65ms DONE
events ......................................................... 0.61ms DONE
routes ......................................................... 0.64ms DONE
views .......................................................... 1.45ms DONE
blade-icons .................................................... 0.99ms DONE
filament ....................................................... 1.12ms DONE
INFO Caching framework bootstrap, configuration, and metadata.
config ........................................................ 19.46ms DONE
events ......................................................... 1.18ms DONE
routes ........................................................ 19.12ms FAIL
LogicException
Unable to prepare route [storage/{path}] for serialization. Another route has already been assigned name [storage.local].
at vendor/laravel/framework/src/Illuminate/Routing/AbstractRouteCollection.php:248
244▕ $route->name($this->generateRouteName());
245▕
246▕ $this->add($route);
247▕ } elseif (! is_null($symfonyRoutes->get($name))) {
➜ 248▕ throw new LogicException("Unable to prepare route [{$route->uri}] for serialization. Another route has already been assigned name [{$name}].");
249▕ }
250▕
251▕ $symfonyRoutes->add($route->getName(), $route->toSymfonyRoute());
252▕
+34 vendor frames
35 artisan:13
Illuminate\Foundation\Application::handleCommand(Object(Symfony\Component\Console\Input\ArgvInput))
INFO Caching components and Blade icons.
Caching components ............................................. 5.31ms DONE
Caching Blade icons ........................................... 92.74ms DONE
INFO Octane installed successfully.
2025-12-26 17:21:14,696 INFO Set uid to user 0 succeeded
2025-12-26 17:21:14,704 INFO supervisord started with pid 394
2025-12-26 17:21:15,707 INFO spawned: 'octane' with pid 395
2025-12-26 17:21:15,714 INFO spawned: 'laravel-worker_00' with pid 396
2025-12-26 17:21:15,722 INFO spawned: 'scheduler_00' with pid 397
2025-12-26 17:21:17,624 INFO success: octane entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-12-26 17:21:17,624 INFO success: laravel-worker_00 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-12-26 17:21:17,624 INFO success: scheduler_00 entered RUNNING state, process has stayed up for > than 1 seconds
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
