We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331fa66 commit 9d80ea0Copy full SHA for 9d80ea0
server/server.js
@@ -130,7 +130,7 @@ if (process.env.BASIC_USERNAME && process.env.BASIC_PASSWORD) {
130
app.use(
131
'/.well-known/apple-developer-merchantid-domain-association',
132
(req, res, next) => {
133
- const rootPath = path.join(process.cwd(), 'public', '.well-known');
+ const rootPath = path.join(process.cwd(), '/../public/.well-known');
134
const fileName = 'apple-developer-merchantid-domain-association';
135
136
console.log('rootPath 3: ', rootPath);
0 commit comments