6,973 questions
-2 votes
0 answers
25 views
Persistent 404 Not Found on fileStores Endpoint for Gemini File Search Tool (Project ID: gen-lang-client-0476106342) [closed]
I am attempting to set up the Gemini API File Search Tool (Managed RAG) via a POST request to create a FileStore. I am running into a persistent 404 Not Found error, despite confirming billing is ...
-1 votes
2 answers
66 views
WordPress /wp-admin and /wp-login.php both return 404 errors after site changes (SiteGround hosting) [closed]
I’m helping a friend troubleshoot their WordPress website. The site itself loads and works normally, but both of the following return 404 errors: https://websitename.com/wp-admin https://websitename....
0 votes
1 answer
64 views
Pytest 404 status codes on some FastAPI tests
I have a FastAPI router that I am trying to run some unit tests on using pytest. 7 of the 8 tests pass, but 1 keeps returning a 404, and failing the assertion to check the status_code == 200 (it is ...
1 vote
0 answers
49 views
SignalR from JS Angular app to hub on .NET 8 server running in Azure reaching URL/QueryString length limits and getting 404.15 errors
I'm getting errors in the JS client (404), and an error on the server which states that it's probably a 404.15, which is query string too long). Now, as far as I can ascertain, when using SignalR, the ...
0 votes
2 answers
116 views
Blazor Server: Custom 404 component causes RenderFragment<T> error with InteractiveServer render mode
I'm trying to use a custom 404 component in a Blazor Server app with this router setup: <Router AppAssembly="@typeof(App).Assembly" @rendermode="InteractiveServer"> <...
0 votes
1 answer
99 views
Springboot RestClient 404 not found though address does exist
I am trying to make a Call by the org.springframework.web.client.RestClient. The address/resource does definetly exist GET http://localhost:8080/someResource. It is retrievable by simple call in the ...
0 votes
0 answers
43 views
404 for NEXT JS dynamic routes on Vercel production deployment
I am stuck on a frustrating behavior on my next js app which I recently deployed to vercel production environment. Basically all pages are loading except my SSR page that uses dynamic routes. Also ...
0 votes
2 answers
154 views
Laravel 12.x, subdomain and Mail::send() error
I'm developing an application where the admin section is accessible via a subdomain like admin.mysite.test. Everything works fine except sending emails with login credentials for users manually added ...
0 votes
1 answer
75 views
Flask API returns 404 on CPanel
I deployed a Flask app on Cpanel (namecheap), the structure is: |- home |-- cpanel_user |---- backend |------ src |-------- main.py |-------- passenger_wsgi.py |-------- routes |---------- user.py |---...
1 vote
0 answers
82 views
remote debugging Samsung Internet gives HTTP/1.1 404 Not Found
I am trying to debug a web app running on Samsung Internet (S22) using chrome://inspect/#devices. I can see all open tabs from my phone, but trying to inspect gives me HTTP/1.1 404 Not Found I tried ...
2 votes
1 answer
94 views
Request.Querystring shows HTTP Error 404.19 - Not Found
In C# and ASP.NET, I've been sending a value to another page via Request.Querystring for years, but just recently I've come against a page error that I cannot explain. If I send a string that has 0X ...
1 vote
1 answer
158 views
How to properly set up basehref when working with Angular Native Federation?
We are migrating a couple of Angular 17 applications to a Micro-Frontend architecture by using Native Federation, but there is still one issue I still couldn't solve, which is the app context for some ...
0 votes
0 answers
31 views
Why am i seeing 404 with parallel routes in next js?
I'm building a Next.js 14 App Router project using Parallel Routing, and I've created a reusable modal system using a parallel route @window/profile My goal is to be able to show this modal (profile) ...
0 votes
0 answers
30 views
Electron app images in build assets directory giving 404, even after base href ./?
I am working on a production app so I can't reveal too much. I am turning an angular 19 app into an electron app. It was going fine until the images gave a 404 error when the electron app was finished ...
0 votes
2 answers
81 views
Having troubles deploying app to OpenShift cluster
I am trying to deploy following app to OpenShift cluster: https://fineract.apache.org/ converting backend and frontend into .war then deploying to Open Liberty containers for the frontend and backend ...