Skip to main content
Best practices
0 votes
1 replies
57 views

I'm building a small Single‑Page Application that does not require SEO. It runs entirely from a single HTML file and doesn't need any server‑side routing or additional requests. I'm choosing between ...
Sulley Bear's user avatar
2 votes
1 answer
118 views

We are using hash-based routing in an Angular SPA. There are two kinds of navigation I want to handle differently: Browser Back/Forward buttons → Listen to the native popstate event and handle this ...
Jaga's user avatar
  • 127
0 votes
0 answers
54 views

Heyy, When i refresh or handroute some page on my deployed version i always get a 404-error. The automated route in the app works as expected. On the web there are a lot of fixes that say to change ...
Thomas Monserez's user avatar
0 votes
1 answer
97 views

.NET has [FromQuery] to get query parameters on the path. For instance my/foo?bar=1 maps to: public class MyController : Controller { [HttpGet] public async Task<Whatever> Foo([FromQuery]...
Keith's user avatar
  • 157k
0 votes
1 answer
264 views

I'm using Express 5.1.0 with Node.js v22.19.0, and I want to define a route where the parameter is optional, like /directory or /directory/someFolder. Here's the code I tried: import express from '...
Arman Ihsan's user avatar
0 votes
2 answers
84 views

My folders structure: src/routes/[lang]/ ├── +layout.svelte ├── +page.svelte ├── +page.server.ts └── [category]/ ├── +page.svelte └── +page.server.ts The problem is that if I am ...
Durrasell's user avatar
1 vote
0 answers
125 views

I am building an ASP.NET Core 8 web application with Blazor pages. The URI I have been assigned for my web application on the production server is not hosted at the root / of the server but at the ...
Tyson Gibby's user avatar
  • 4,969
-1 votes
1 answer
113 views

I’m running into an issue with my static site, and I could really use some help. Here’s the situation: Project Structure: My project is a simple HTML, CSS, and JS site with the following structure: /...
Mohammad Mahadi Hassan's user avatar
0 votes
1 answer
152 views

I am using a classic application load balancer with two backends. I want my main backend to handle most requests and my auth backend to handle requests to /auth/*. I've been playing around with ...
David's user avatar
  • 15k
1 vote
2 answers
83 views

I have a bunch of AppEngine services in a GCP project. Let's call them red-service, green-service and default, with the project being myproject. According to the docs, the standard way to reach a ...
Simone Mariottini's user avatar
0 votes
1 answer
66 views

Is it possible to have the same route be on different layout groups in SvelteKit. I want to have two different layout groups "/(private)/(app)" and "/(public)/(landing)" that ...
Rey Christian Eustaquio's user avatar
0 votes
0 answers
45 views

The official documentation has provided a way to handle the "slash" symbol in product names, by using a PRODUCT_NORMALIZER. https://sap.github.io/spartacus-docs/adding-and-customizing-routes/...
Terry Windwalker's user avatar
-1 votes
1 answer
47 views

Shallow routing works well when clicking on an item Shallow routing throws 404 when typing item url directly Link to Stackblitz that shows the issue src/routes/(news)/+layout.svelte <script lang=&...
PirateApp's user avatar
  • 6,391
1 vote
0 answers
56 views

After doing research, I've learned that having 'underscore' in your url path can affect google search results, from this google recommended URL structure: Google recommended URL structure I initially ...
John Sall's user avatar
  • 1,173
0 votes
1 answer
450 views

I have a local kind deployment which deploys 3 services, MLflow, Katib and a K8s dashboard. I can deploy these as services and access them via port forwarding to each service and visiting the url in ...
Dana Strong's user avatar

15 30 50 per page
1
2 3 4 5
342