-
Notifications
You must be signed in to change notification settings - Fork 644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
checkout works on local but dose not work on server #75
Comments
same here |
@jekabso21 did you managed to solve that problem? |
ok, I managed to solve that problem. import PhoneInput from 'react-phone-input-2'; to this // eslint-disable-next-line @typescript-eslint/ban-ts-comment |
@jgudo No I needed to find the way how to fix that in 24h so at the end I hosted server where I placed on server and set self certified https. Because it dose not work if it is not on https and the website needs premissions to use camera. And the only way to get premmisions to use camera is with https. |
Wadguk's solution above works well for this issue |
When I run the website on my local machine checkout works. But when I run on the server it shows ':( Something went wrong.' does anyone know how to fix the issue?
The text was updated successfully, but these errors were encountered: