pondersource / oc-sciencemesh

Sciencemesh app for Own Cloud
MIT License
0 stars 1 forks source link

Accept invite button doesn't do anything? #1

Closed michielbdejong closed 2 years ago

michielbdejong commented 2 years ago

When you click '+' on /apps/sciencemesh/accept, it seems that nothing happens.

In particular, it seems that https://github.com/pondersource/OC-Sciencemesh/blob/829824f/lib/RevaHttpClient.php#L105 is not executed when doing

docker exec -it oc2.docker /bin/bash and then tail -f /var/log/apache2/error.log

We do see those error log messages happening for the '+' button on /apps/sciencemesh/generate. What could be the matter?

michielbdejong commented 2 years ago

I see this is fixed in the code and I did a --no-cache rebuild of the owncloud image on ocmhost.pondersource.com but still seeing the old code there in the browser inside tester-ubuntu. Not sure why it's not updating there, it doesn't need any build step, right? Will investigate further For now, working around it by pasting the code for adding the 'elem' onclick into the console.