Arquisoft / lomap_en1b

LoMap Software architecture group en1b course 2022_23
http://lomap.mariopdev.com
1 stars 1 forks source link

Still does not work in deployment #121

Open pglez82 opened 1 year ago

pglez82 commented 1 year ago

I just went to check again your application and I cannot log in:

imagen

MarioP-Dev commented 1 year ago
image

Searching on the docs, I can see that there's a bug on the logout function that downs the RestAPI. RestAPI container is now online again

Elias-Llera commented 1 year ago

I think I just solved it in master a develop branches. It looks like the session was lost at some point and, when doing the loguot, the operand used to close the session was !. instead of ?.

It should not go down when that happens now. I think we did not detect that issue because when executing locally we did not have problems losing the session.

pglez82 commented 1 year ago

We are moving in dangerous waters as I do not know if the other teachers have already tried to use the app. It should be working yesterday.

MarioP-Dev commented 1 year ago

A new release was published with the fix and it will be online in some minutes

pglez82 commented 1 year ago

It is down again

MarioP-Dev commented 1 year ago
image

image

The problem seems to be with this input solid client dependency, that crashes on the deployed app, but in local works perfectly