[GH-ISSUE #34] error #31

Open
opened 2026-02-27 10:17:07 +03:00 by kerem · 1 comment
Owner

Originally created by @MuskanZagade27 on GitHub (Sep 1, 2024).
Original GitHub issue: https://github.com/mendsalbert/ai-finance-tracking/issues/34

Build Error
Failed to compile

Next.js (14.2.2) out of date (learn more)
./app/(routes)/dashboard/expenses/_components/ExpenseListTable.jsx:3:1
Module not found: Can't resolve '@/utils/dbConfig'
1 | import React, { useState } from "react";
2 | import { toast } from "react-toastify";

3 | import { db } from "@/utils/dbConfig";
| ^
4 | import { Expenses } from "@/utils/schema";
5 | import { eq } from "drizzle-orm";
6 | import "react-toastify/dist/ReactToastify.css";

https://nextjs.org/docs/messages/module-not-found

Import trace for requested module:
./app/(routes)/dashboard/page.jsx

Originally created by @MuskanZagade27 on GitHub (Sep 1, 2024). Original GitHub issue: https://github.com/mendsalbert/ai-finance-tracking/issues/34 Build Error Failed to compile Next.js (14.2.2) out of date [(learn more)](https://nextjs.org/docs/messages/version-staleness) ./app/(routes)/dashboard/expenses/_components/ExpenseListTable.jsx:3:1 Module not found: Can't resolve '@/utils/dbConfig' 1 | import React, { useState } from "react"; 2 | import { toast } from "react-toastify"; > 3 | import { db } from "@/utils/dbConfig"; | ^ 4 | import { Expenses } from "@/utils/schema"; 5 | import { eq } from "drizzle-orm"; 6 | import "react-toastify/dist/ReactToastify.css"; https://nextjs.org/docs/messages/module-not-found Import trace for requested module: ./app/(routes)/dashboard/page.jsx
Author
Owner

@codeautopilot[bot] commented on GitHub (Sep 1, 2024):

Your organization has reached the subscribed usage limit. You can upgrade your account by purchasing a subscription at Stripe payment link

Disclaimer: This comment was entirely generated using AI. Be aware that the information provided may be incorrect.

Current plan usage: 101.03%

Have feedback or need help?
Discord
Documentation
support@codeautopilot.com

<!-- gh-comment-id:2323268631 --> @codeautopilot[bot] commented on GitHub (Sep 1, 2024): Your organization has reached the subscribed usage limit. You can upgrade your account by purchasing a subscription at [Stripe payment link](https://buy.stripe.com/14kdUn2nC2NHgzCdQS?client_reference_id=mendsalbert) <footer> _Disclaimer: This comment was entirely generated using AI. Be aware that the information provided may be incorrect._ Current plan usage: 101.03% **Have feedback or need help?** [Discord](https://discord.gg/r72ykfvyx7) [Documentation](https://docs.codeautopilot.com/) [support@codeautopilot.com](mailto:support@codeautopilot.com) </footer>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ai-finance-tracking-mendsalbert#31
No description provided.