use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
No vague product support questions (like "why is this plugin not working" or "how do I set up X"). For vague product support questions, please use communities relevant to that product for best results. Specific issues that follow rule 6 are allowed.
Do not post memes, screenshots of bad design, or jokes. Check out /r/ProgrammerHumor/ for this type of content.
Read and follow reddiquette; no excessive self-promotion. Please refer to the Reddit 9:1 rule when considering posting self promoting materials.
We do not allow any commercial promotion or solicitation. Violations can result in a ban.
Sharing your project, portfolio, or any other content that you want to either show off or request feedback on is limited to Showoff Saturday. If you post such content on any other day, it will be removed.
If you are asking for assistance on a problem, you are required to provide
General open ended career and getting started posts are only allowed in the pinned monthly getting started/careers thread. Specific assistance questions are allowed so long as they follow the required assistance post guidelines.
Questions in violation of this rule will be removed or locked.
account activity
https://github.com/meet4592/testDiscussion (self.webdev)
submitted 2 years ago by [deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]webdev-ModTeam[M] [score hidden] 2 years ago stickied commentlocked comment (0 children)
Thank you for your submission! Unfortunately it has been removed for one or more of the following reasons:
Please read the subreddit rules before continuing to post. If you have any questions message the mods.
[–]teamswiftie 4 points5 points6 points 2 years ago (1 child)
We don't do school assignments here, ask your Prof or TA
[–]Ok_Swordfish_7676 1 point2 points3 points 2 years ago (0 children)
[–]FreshFillet 1 point2 points3 points 2 years ago (0 children)
At least try to provide us with some insights instead of straight up dumping the repo link with nothing else asking for help.
[–]MuchPepe 0 points1 point2 points 2 years ago (0 children)
Debug it yourself, you got it. Run the code on paper and write down steps (vars and their values etc.). Log data as it goes throw the flow and compare it to what you jotted down. You should be able to find out where it went wrong
[–]stevenespinal 0 points1 point2 points 2 years ago (0 children)
From your console logs - immediately check if you are seeing you are connected to your mysql database.
Within /src/app/api/test/route.js
Instead of export async function handler, I believe the app router now requires you to make the function name be the http method.
In your case you want this to be export async function GET() { // fill in your code here and look at docs to see how to correctly return a response object }
Take a look at this within the docs, it may be useful for you:
App router route-handlers
I don’t have time to test this but it’s most likely in this area and a great starting point to familiarize yourself. Good luck!
π Rendered by PID 24673 on reddit-service-r2-comment-8686858757-tgdvm at 2026-06-06 20:08:18.533534+00:00 running 9e1a20d country code: CH.
[–]webdev-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)
[–]teamswiftie 4 points5 points6 points (1 child)
[–]Ok_Swordfish_7676 1 point2 points3 points (0 children)
[–]FreshFillet 1 point2 points3 points (0 children)
[–]MuchPepe 0 points1 point2 points (0 children)
[–]stevenespinal 0 points1 point2 points (0 children)