-
Notifications
You must be signed in to change notification settings - Fork 0
Add authenticated webapp for Discord server management #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
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 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>
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:
|


/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.