Closed jupiter007 closed 3 days ago
Currently, the app is using two different env variables with the same value:
NEXT_PUBLIC_SERVER_ENDPOINT="http://localhost:4000" NEXT_PUBLIC_GRAPHQL_ENDPOINT="http://localhost:4000"
We should switch to using NEXT_PUBLIC_SERVER_ENDPOINT for all instances.
NEXT_PUBLIC_SERVER_ENDPOINT
Currently, the app is using two different env variables with the same value:
We should switch to using
NEXT_PUBLIC_SERVER_ENDPOINT
for all instances.