You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.
I have tried doing a very simple implementation using the sample code provided here and I keep getting the error below in the response. Not really sure what the issue is, can someone put me in the right direction?
Response
The XML you provided was not well-formed or did not validate against our published schema`
Route implementation
router.get("upload", use: { req in
return try Storage.upload(dataURI: "data:,Hello%2C%20World!", fileName: "data-uri.png", on: req)
})
Hello,
I have tried doing a very simple implementation using the sample code provided here and I keep getting the error below in the response. Not really sure what the issue is, can someone put me in the right direction?
Response
Route implementation
Configuration in configure.swift
The text was updated successfully, but these errors were encountered: