Hi everybody,
I’m new in the forum and I’m new in shopware. I find shopware has a great documentation and greats dev solutions, and this is the reason I choosed it to start experiments with PWA and e-commerce.
I have used a dockware/play image to launch an istance of shopware locally (it works and I also installed the pwa plugin) and I would connect it with shopware PWA frontend. Unfortuntely I have some troubles with the shopware-config.js (below my version):
module.exports = {
shopwareEndpoint: "angry_gates:80",
shopwareAccessToken: "xxxxxxxxxxxxxxxxxxx",
};
I’ve tried to use the docker container name „angry_gates (with :80 and without)“ for the shopwareEndpoint value, but it dosn’t work…I tried the same using „localhost“ , with the same result.
Can someone help me, please?
Thank you