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
In native apps, GET supports a relative path to fetch files from the application version. For example:
GET /manifest.yml file:///to/some/local/path
Currently file.get("/some/file") will preprend @ to the path and try to GET '@/some/file' which is never a valid stage path. We should allow / as a path prefix to support this case.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
SNOW-1793953: Allow relative path starting with / for GET
SNOW-1889627: SNOW-1793953: Allow relative path starting with / for GET
Jan 20, 2025
In native apps, GET supports a relative path to fetch files from the application version. For example:
Currently
file.get("/some/file")
will preprend@
to the path and try toGET '@/some/file'
which is never a valid stage path. We should allow/
as a path prefix to support this case.The text was updated successfully, but these errors were encountered: