Posts

Showing posts with the label NextJS

If your public key is not working from .env variable file (frontend)

If your public key is not working from .env variable file on your frontend app It depends from your framework  you should prepend your variable in the code with prefix : for example for the NextJS frontend  part it is NEXT_PUBLIC_ for other React based frontend frameworks it could be  REACT_APP_