Skip to main content
-3 votes
0 answers
33 views

I am configuring a Linux server (Ubuntu/Proxmox) with three network interfaces using Netplan. My goal is to have two interfaces (ens18, ens19) bonded in active-backup mode managed by networkd, and a ...
Dhanudharsan's user avatar
1 vote
0 answers
63 views

A Joomla installation and a Webtrees installation share the same domain (joomladomain/webtrees). I need to send HTTP requests to a custom module in Webtrees and I don't know how Webtrees handles ...
athco's user avatar
  • 35
1 vote
2 answers
65 views

I want translate page slugs in Laravel routes. My code is something like this: <a href="{{route('pages.get',['slug' => $page->slug])}}" target="">{{__($page->title)}}...
Stan's user avatar
  • 159
1 vote
2 answers
114 views

After following the guide on: https://nextjs.org/docs/app/guides/internationalization The translation logic itself seems to work, but the redirection from the root will never happen. When visiting ...
Aru's user avatar
  • 460
0 votes
1 answer
52 views

I add a route named default with the pattern {controller=Assets}/{action=Index}/{id?} but I get an http 404 "Not Found" error. If I type in /Assets in the browser, it finds the view, it's ...
SteinTech's user avatar
  • 4,144
3 votes
1 answer
116 views

I'm extending the Devise invitations controller to lookup the email of the invitee to pre-populate the registration form. I'm getting an error: #<AbstractController::ActionNotFound: "Could not ...
Aaron Humerickhouse's user avatar
2 votes
2 answers
144 views

I would appreciate it if someone could take a look at this issue: I am using a Reolink IP camera to regularly query a still image via Python. The camera is connected to a TP Link switch via a LAN ...
tazdingo's user avatar
1 vote
2 answers
114 views

I have a lot of Excel archives with lots of formulas which reference other Excel files, all in the path H:\Fold\Data\physics on a computer, and at the same time, on another computer, I have an ...
Doc_who's user avatar
  • 19
0 votes
1 answer
161 views

I’m trying to set up OSRM with the latest India map (india-latest.osm.pbf). My system specs are: RAM: 32 GB CPU: Intel i7 11th Gen (8 cores / 16 threads) When I try to extract the map (osrm-extract), ...
MTB PL's user avatar
  • 1
1 vote
1 answer
77 views

In Rails Controller tests of an invalid route, this used to work before Rails-7.1 (in Minitest): assert_raises(ActionController::RoutingError){ get "/non_existent" } In Rails-7.1 (or later),...
Masa Sakano's user avatar
  • 2,309
1 vote
1 answer
165 views

I built a site manually, without the help of any framework. Each page is a html file, so the routes end with html, such as https://example.com/location.html I am currently migrating it to Astro. But ...
Pascal's user avatar
  • 128
2 votes
1 answer
65 views

I'm creating a component that will receive several RouteId and create links I want to use the resolve fn to validate them see: https://svelte.dev/docs/kit/$app-paths#resolve If I declare a prop (or a ...
opensas's user avatar
  • 64.4k
0 votes
0 answers
128 views

##Program.cs ``` app.UseHttpsRedirection(); app.UseRouting(); app.UseAuthentication(); app.UseAuthorization(); app.MapControllers(); app.MapGet("/", () => "API is alive"); ```` ...
Themba Gumede's user avatar
1 vote
2 answers
92 views

In our Angular application, our AppComponent template decides whether to show the full app layout (topbar, banner, ) or a standalone login screen. Roughly, the template looks like this: <ng-...
bambi's user avatar
  • 55
0 votes
1 answer
198 views

I need to test accepting requests from a custom domain to my local web server. The idea is I have a main app domain main-app.com I provide a subdomain for users user-1.main-app.com Then the user can ...
yungindigo's user avatar

15 30 50 per page
1
2 3 4 5
2226