mirror of
https://github.com/pelican-dev/plugins.git
synced 2026-05-09 08:26:01 +02:00
[GH-ISSUE #30] [Billing] Error 500 after completing a transaction #28
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/plugins#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Nik0-0 on GitHub (Dec 20, 2025).
Original GitHub issue: https://github.com/pelican-dev/plugins/issues/30
Basically I'm just using stripe test keys of course to mess around with stuff. And when I finish the payment this error occurs:
Missing required parameter for [Route: filament.server.pages.console] [URI: server/{tenant}/console] [Missing parameter: tenant]. {"exception":"[object] (Illuminate\\Routing\\Exceptions\\UrlGenerationException(code: 0): Missing required parameter for [Route: filament.server.pages.console] [URI: server/{tenant}/console] [Missing parameter: tenant]. at /var/www/pelican/vendor/laravel/framework/src/Illuminate/Routing/Exceptions/UrlGenerationException.php:35)( Clearing cache, etc did not help )
It may or may not be because I don't have any nodes created. Not sure tho.
@coderabbitai[bot] commented on GitHub (Dec 20, 2025):
📝 CodeRabbit Plan Mode
Generate an implementation plan and prompts that you can use with your favorite coding agent.
Examples
🧪 Issue enrichment is currently in open beta.
You can configure auto-planning by selecting labels in the issue_enrichment configuration.
To disable automatic issue enrichment, add the following to your
.coderabbit.yaml:💬 Have feedback or questions? Drop into our discord or schedule a call!
@Nik0-0 commented on GitHub (Dec 20, 2025):
I added a node to the panel and the issue is gone. So that's I guess it
@Boy132 commented on GitHub (Dec 20, 2025):
Billing plugin is known to be incomplete and full of bugs.