Skip to content

Commit ef4bd5f

Browse files
author
Joseba Juániz
committed
Added issue in readies
1 parent 609b6d0 commit ef4bd5f

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,3 +343,8 @@ type uri route config app
343343
post user/{id} user/load NULL app-frontend
344344
```
345345

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.

README_spanish.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,3 +352,8 @@ type uri route config app
352352
post user/{id} user/load NULL app-frontend
353353
```
354354

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

Comments
 (0)