500 Error when accessing .well-known/assetlinks.json
-
Hello,
I'm encountering an issue with my web app hosted on a Surfer app. When trying to access or download a file located at /.well-known/assetlinks.json, I consistently get a 500 Internal Server Error with the message:{"status":"Internal Server Error","message":"unsupported type"}
.Here's the relevant error from my logs:
May 16 10:50:37 HttpError: unsupported type May 16 10:50:37 at file:///app/code/src/files.js:105:50 May 16 10:50:37 at FSReqCallback.oncomplete (node:fs:199:5) { May 16 10:50:37 status: 500, May 16 10:50:37 internalError: null, May 16 10:50:37 details: null May 16 10:50:37 } May 16 10:50:37 GET /.well-known/assetlinks.json 500 2.449 ms - 63
The problem seems to be specifically with the .well-known hidden folder. When I put this same file in the public folder or any other subfolder, it works fine, but anything inside the .well-known folder returns this error.
thanks
-
N nebulon marked this topic as a question
-
N nebulon has marked this topic as solved