This repository has been archived by the owner on Dec 26, 2022. It is now read-only.
forked from flef/Incipio
-
Notifications
You must be signed in to change notification settings - Fork 5
Ajouter à la doc baseURL Postman & API #61
Labels
Milestone
Comments
La modification de la variable Base_URL ( Avant:csa_guzzle:
clients:
local_api:
config:
base_url: http://localhost Après :csa_guzzle:
clients:
local_api:
config:
base_url: http://localhost:8000 le server plante et la navigation vers les pages autres que la dashboard sont impossible.
|
@xNok I've tested in local and I have the same issue but need more tests to identify the origin of the issue, but it's really just about the API side since the front is running fine, so either the API or the ApiClient. In the meantime I'm sorry I have no other solution than using the VM. |
i solved the problems by creating a vhost (I don't use symfony's server then). CsaGuzzleBundle may try only to use port 80 |
I can see 3 leads:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Ajouter à la doc :
host
(postman_environment.json
)baseUrl
de l'ApiClient
défini dansapp/config/config.yml
The text was updated successfully, but these errors were encountered: