Add authenticated webapp for Discord server management#26
Draft
Add authenticated webapp for Discord server management#26
Conversation
Co-authored-by: AlphaGameDeveloper <77273893+AlphaGameDeveloper@users.noreply.github.com>
Co-authored-by: AlphaGameDeveloper <77273893+AlphaGameDeveloper@users.noreply.github.com>
Co-authored-by: AlphaGameDeveloper <77273893+AlphaGameDeveloper@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Separate public-facing website and webapp functionality
Add authenticated webapp for Discord server management
Dec 14, 2025
Member
|
@copilot It looks like there's an issue where the root layout is including the header and footer in the webapp... this is clearly wrong. One solution is to spread it into
This will prevent the kind of template issues we see here, or you could do something else if you think it's a better idea.
|
Co-authored-by: AlphaGameDeveloper <77273893+AlphaGameDeveloper@users.noreply.github.com>
Contributor
Author
Fixed in commit 05beba4. Implemented Next.js route groups to separate layouts:
The webapp now has its own clean layout without the website header/footer. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


/webappdirectory structure with authentication layout🔧 Latest Fix: Route Group Separation
Resolved the issue where the webapp was inheriting the Header and Footer from the root layout.
Changes Made:
(website)route group with its own layout (includes Header & Footer)(webapp)route group with webapp-specific layoutabout,blog,contact, homepage) to(website)group(webapp)groupStructure:
This ensures:
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.