invoiceninja / dockerfiles

Docker files for Invoice Ninja
https://hub.docker.com/r/invoiceninja/invoiceninja
GNU General Public License v2.0
399 stars 263 forks source link

new react app fails with 404 errors #495

Closed paulwer closed 1 year ago

paulwer commented 1 year ago

@turbo124 after a pull of latest docker image, i wanted to try the new react app. This fails, due to missing files / not published files from the server. (i get in each case a 404 error)

What is mightly wrong configured on my side?

How do I revert the view back to the flutter version?

turbo124 commented 1 year ago

@paulwer

I'll look into this, you'll want to exec into the docker container and run this SQL

UPDATE accounts set_react_as_default_ap = 0;

paulwer commented 1 year ago

Unbenannt

turbo124 commented 1 year ago

this should now be resolved in 5.5.70

paulwer commented 1 year ago

@turbo124 still the same issue :(

paulwer commented 1 year ago

any help needed here?

turbo124 commented 1 year ago

@paulwer

I am planning on looping back onto this tomorrow. unsure why the builds are failing but the react app is a priority for us.

turbo124 commented 1 year ago

@paulwer I have tagged 5.5.79, I believe the react app should be fixed now.

paulwer commented 1 year ago

Its working, thanks for your working on this.