Aitor Alonso

Results 21 comments of Aitor Alonso

Same issue, but none of the above solutions worked for me. Is anyone working on this? Has anyone workarounded it in another way?

> ~Getting same error~ > > ~Edit --~ ~This is might be related to the problem #38~ > > Edit 2 -- fixed it on my side How did you...

Thanks for the help @ptman. I have running on port 4001 (on my laptop localhost) the vault web. I tried adding this line to `location /` nginx config: ``` proxy_set_header...

I searched through Google and public email threads and can confirm there is no official documentation for the API Rest from Oracle. Thanks for replying. I don't know if you'd...

Maybe adding a new input for introducing the last week pattern will help? I saw it in other calculators like: [https://artem6.github.io/acnh_turnips/?locale=en](https://artem6.github.io/acnh_turnips/?locale=en) [https://turnipprophet.io/index.html](https://turnipprophet.io/index.html)

> @tairosonloa did you ever find a workaround for this? Sadly no. Ended using another tool for that, [awsume](https://awsu.me/)

Hi! Can I get some eyes in this very small PR (16 lines, translations only), please? This is impeding some visually impaired friends to properly use the app, effectively prohibiting...

👆 What @trentpeterson suggests worked for me too, on Vercel cloud. Initially, I was following @jawngee [comment](https://github.com/umami-software/umami/issues/2485#issuecomment-1927152442) but I was always getting the following error: ``` Error: P1001: Can't reach...

> @tairosonloa did you make any other changes or was it just adding an additional env variable? I modified the file `db/postgresql/schema.prisma` to add `directUrl = env("DIRECT_DATABASE_URL")` and then just...