#e-commerce
1 messages · Page 1 of 1 (latest)
Help is on the way! To mark it as solved, use the /solve command. In the meantime, here are some existing threads that may help you:
Documentation:
Which ecommerce version? V2? or one from PR in v3?
that honestly sounds like your nginx isn't able to reach payload
i am using coolify server
If you're using the default Dockerfile with local image storage and your media folder is called "media," you would need to add folder permissions for the media folder in your Dockerfile, ie;
COPY --from=builder --chown=nextjs:nodejs /app/.next/standalone ./
COPY --from=builder --chown=nextjs:nodejs /app/.next/static ./.next/static
RUN mkdir -p media
RUN chown nextjs:nodejs media
USER nextjs
also, make sure that you set the output to standalone in your next config.
Oh, ok. Thought you are using ecommerce template 🙂
if you have link can you please share with me for version V3