You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -343,3 +343,8 @@ type uri route config app
343
343
post user/{id} user/load NULL app-frontend
344
344
```
345
345
346
+
## Known Problems
347
+
348
+
Usually if you don't have a `baseUrl` defined you may have problems with the routing because it is prepending additional url strings that you may not use.
349
+
350
+
In order to solve this problem, you should define a valid `baseUrl` in your config.
Copy file name to clipboardExpand all lines: README_spanish.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -352,3 +352,8 @@ type uri route config app
352
352
post user/{id} user/load NULL app-frontend
353
353
```
354
354
355
+
## Problemas conocidos
356
+
357
+
A veces si no tenemos un `baseUrl` definido podemos tener problemas con el enrutamiento porque está añadiendo strings adicionales al url que no queremos usar.
358
+
359
+
Para solucionar este problema, deberíamos definir un `baseUrl` válido en el archivo config.
0 commit comments