You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having issues consistently saving prices in my price list. I have 2 currencies enabled and when changing a value, the form field starts flickering like crazy and most of the types, changes are not persisted when clicking save. It seems that there is some kind of infinite useEffect hook...
Also it says "kr." for both DKK and SEK currency.
Unfortunately, I am not able to reproduce locally, only in my production env. Even tried to clone my prod DB locally but still no luck. My production environment is served via docker and traefik.
System information
Medusa version (including plugins): 1.20.9
Node.js version: docker image is based on node:18, so node version 18 i presume.
Database: postgres
Operating system: docker container on linux host.
Browser (if relevant): Chrome
Expected behavior
A clear and concise description of what you expected to happen
Screenshots
Code snippets
If applicable, add code samples to help explain your problem
Additional context
Add any other context about the problem here
The text was updated successfully, but these errors were encountered:
Bug report
Describe the bug
I am having issues consistently saving prices in my price list. I have 2 currencies enabled and when changing a value, the form field starts flickering like crazy and most of the types, changes are not persisted when clicking save. It seems that there is some kind of infinite useEffect hook...
Also it says "kr." for both DKK and SEK currency.
Unfortunately, I am not able to reproduce locally, only in my production env. Even tried to clone my prod DB locally but still no luck. My production environment is served via docker and traefik.
System information
Medusa version (including plugins): 1.20.9
Node.js version: docker image is based on node:18, so node version 18 i presume.
Database: postgres
Operating system: docker container on linux host.
Browser (if relevant): Chrome
Expected behavior
A clear and concise description of what you expected to happen
Screenshots
Code snippets
If applicable, add code samples to help explain your problem
Additional context
Add any other context about the problem here
The text was updated successfully, but these errors were encountered: