huibrian
huibrian
thanks man. how can I fix it for this case?
do you have such issues as well?
hi @daveearley , I am facing the same problem when using all-in-one image. Before I run docker-compose up -d I even generate the app secret and JWT following the instructions...
> @huibrian What do you see in the network tab in the browsers dev tools? Can you see what URL is failing? @daveearley First of all, when going to the...
> @huibrian What OS are you using? Also, can you access http://localhost:8123/api in the browser? @daveearley yes, it works, saying, 'Congratulations 🎉 If you're seeing this Hi.events API is running'...
> @huibrian That's a good sign. Do you see any errors in the browser dev tools console? Anything related to CORS? @daveearley there is no CORS stuff or others. Here...
@daveearley Currently we are hosting the all in one server using docker compose in our domain (e.g. https://event.example.com/) So we update VITE_API_URL_SERVER and VITE_FRONTEND_URL in frontend/.env to use our domain,...
Hi @daveearley , apart from Stripe, which class should I extend (or change) in the code to handle other kinds of payment methods that is not supported by Stripe but...
thank you! let me see if I can attempt to use it and modify it if possible.