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
{{ message }}
This repository was archived by the owner on Dec 8, 2022. It is now read-only.
Hi @brunto
I was testing rest API with docker-chouette, and the REST API wasn't working, returning (for json format):
{
"error": "Vous devez vous connecter ou vous enregistrer pour continuer."
}
I changed the GIT_BRANCH of chouette2 Dockerfile from V3_4 to V3.4.1, and the REST API works.
The only commit difference between the two branch/tag is 620a55f
I think something like assign_user is breaking the REST API use...
Is there a workaround, or is it a regression ?
The text was updated successfully, but these errors were encountered:
Hi @brunto
I was testing rest API with docker-chouette, and the REST API wasn't working, returning (for json format):
{
"error": "Vous devez vous connecter ou vous enregistrer pour continuer."
}
I changed the GIT_BRANCH of chouette2 Dockerfile from V3_4 to V3.4.1, and the REST API works.
The only commit difference between the two branch/tag is 620a55f
I think something like assign_user is breaking the REST API use...
Is there a workaround, or is it a regression ?
The text was updated successfully, but these errors were encountered: