Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
29 views

The error occurs between two projects (PortalAdmin and Portal) that both contain the same static web asset. This appears to be related to the new static web asset compression feature in .NET 10. What'...
Mina Golzari Dalir's user avatar
0 votes
0 answers
55 views

I have created an Angular 19 SSR application where I have standalone components and there are two modules like admin and actors. I have created dynamic routes in admin routing page. It works perfectly ...
Roopa Shekhawat's user avatar
2 votes
1 answer
769 views

I'm trying to implement file upload functionality in my React Native CLI project (targeting Android) using react-native-document-picker. I've encountered a compilation error related to ...
Arjun Singh's user avatar
1 vote
1 answer
600 views

Problem When building a React Native 0.80 project with lottie-react-native version 7.2.2, the build fails with the following Kotlin compilation errors: > Task :lottie-react-native:...
Nijat Aliyev's user avatar
  • 1,052
0 votes
0 answers
76 views

I'm facing a persistent error when trying to build my Expo React Native app using EAS Build. The build fails with an SDK resolution error related to the ANDROID_SDK_ROOT and sdk.dir properties. Build ...
Vishwanth Prakash's user avatar
0 votes
0 answers
48 views

I'm working on a React Native mobile application for iOS and Android. I've always been able to make development builds using the command: eas build --profile development --platform android --clear-...
Arne Wittouck's user avatar
0 votes
1 answer
33 views

I have customized the fetch in a Next.js app to get the token whenever a request is made. This is the function: import { getNewAccessToken } from "./getNewAccessToken"; import { cookies } ...
Saikot Roy's user avatar
0 votes
0 answers
51 views

Hi im trying to import a svelte component from another svelte.ts app. This component has a script: button.svelte: <script lang="ts"> import { cn } from "$lib/utils.js"; ...
MOFRA's user avatar
  • 3
0 votes
0 answers
22 views

so this is the error: Error [AxiosError]: Request failed with status code 401 at eO (.next/server/chunks/859.js:1:47996) at IncomingMessage.<anonymous> (.next/server/chunks/859.js:3:9448) at aN....
pareshaann's user avatar
2 votes
0 answers
204 views

We are working on a Next.js 14 project with the following routes: Our App router app/[lang]/(frontend)/... app/[lang]/(admin)/admin/... app/[lang]/(auth)/auth/... app/[lang]/layout.tsx contains: <...
Mayeenul Islam's user avatar
2 votes
1 answer
146 views

I am trying to make program in C, that will play sound from .wav file. Here's the code that I use: #include <stdio.h> #include <Windows.h> #include "winmm.h" int main() { ...
Drake Vimes's user avatar
0 votes
0 answers
258 views

I'm working on a C++ project in Visual Studio 2019 targeting Windows with vcpkg dependencies. I keep encountering an issue where the first build fails due to missing .tlog files, specifically a ...
Rishu Majumdar's user avatar
2 votes
2 answers
93 views

I have a C# project with a static class MyNamespace.Global. It contains things like constants that are used throughout the code. e.g. Global.MAX_NAME_LENGTH. One of the 3rd party nuget packages I'm ...
Shane's user avatar
  • 121
42 votes
6 answers
14k views

I recently upgraded my Xcode to version 16. After the upgrade i have started encountering this error when i am building my app. unexpected service error: The Xcode build system has crashed. Build ...
Waseem Kurne's user avatar
  • 1,876
12 votes
10 answers
16k views

I recently upgraded my Flutter application to version 3.24.1, and since then, I’ve been unable to run the app. I’m encountering the following Gradle issue: You are applying Flutter's app_plugin_loader ...
Jamal Ahmad's user avatar
-1 votes
1 answer
149 views

I'm trying to deploy a Flask app using Vercel and I'm getting an error during the build that reads as follows: [Error: ENOENT: no such file or directory, lstat '/vercel/path0/werkzeug/__pycache__/...
Ajaya Ramachandran's user avatar
0 votes
1 answer
324 views

I tried getting user input with std.io.getStdIn().reader().readUntilDelimiter(buffer, '\n') but it results in a build error that doesn't provide much help: Build Summary: 2/5 steps succeeded; 1 failed ...
YKS's user avatar
  • 3
1 vote
1 answer
83 views

I am trying to deploy a MERN App on render. The build gives this error. ../backend/src/models/hotel.ts(1,22): error TS2307: Cannot find module 'mongoose' or its corresponding type declarations. ../...
Noor Fatima's user avatar
2 votes
1 answer
1k views

I am encountering an issue when trying to build my Expo app using npx expo run:ios in a Turborepo monorepo setup. The error message I receive is: Error: Cannot find module 'metro/src/lib/...
Adam Sucharda's user avatar
0 votes
1 answer
33 views

When I run npm run build for a Next.js (React & Ts) I get the following error: Error: Missing "key" prop for element in array react/jsx-key This error points to the following code: &...
user17449555's user avatar
1 vote
1 answer
576 views

I am getting the following error every time I try to build or make a package: In file included from /usr/include/gz/math7/gz/math/AxisAlignedBox.hh:25, from /home/jjayalekshmi/gz-...
user14990613's user avatar
0 votes
1 answer
244 views

I'm encountering an issue while trying to run/build my React Native project in Xcode 15.4. The error occurs in the FBReactNativeSpec and the build fails with the following message: Command ...
Waseem Kurne's user avatar
  • 1,876
3 votes
2 answers
2k views

I receive an error in the build, with the following messages: useSearchParams() should be wrapped in a suspense boundary at page "/404". Read more: https://nextjs.org/docs/messages/missing-...
Julio Cesar Wanderosfky Pedro's user avatar
0 votes
1 answer
85 views

stack trace: [!] (plugin postcss) TypeError: Cannot read properties of undefined (reading 'modules') at getExtracted (C:\Work\Solutions\RFC\react-frost-components\node_modules\rollup-plugin-postcss\...
PankyD's user avatar
  • 21
0 votes
0 answers
225 views

I am attempting to load an onnx model into android studio. I have downloaded everything and followed the website, but I cannot run the load method and causes BUILD ERROR. Exception in thread "...
user24034379's user avatar

1
2 3 4 5
14