Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[remote] strange "addRandomSuffix" behaviour #286

Closed
paulvonber opened this issue Sep 16, 2024 · 2 comments · Fixed by #287
Closed

[remote] strange "addRandomSuffix" behaviour #286

paulvonber opened this issue Sep 16, 2024 · 2 comments · Fixed by #287
Assignees
Labels
bug Something isn't working

Comments

@paulvonber
Copy link

addRandomSuffix behaviour is a bit weird, even is set to false it still adding suffix, if I remove it completely then it works as expected, I mean it's not a problem, but could be quite confusing.

hubBlob().put(file.name, file, {
    addRandomSuffix: false, // <-----
    prefix: 'images'
})

Would be nice if it does what it says :)

@atinux atinux added the bug Something isn't working label Sep 16, 2024 — with Linear
Copy link
Contributor

atinux commented Sep 16, 2024

Thanks for reporting the issue (and sorry about this).

The issue appears when using nuxt dev --remote, will fix this ASAP.

@atinux atinux changed the title strange "addRandomSuffix" behaviour [remote] strange "addRandomSuffix" behaviour Sep 16, 2024
@atinux atinux self-assigned this Sep 16, 2024
@atinux
Copy link
Contributor

atinux commented Sep 16, 2024

You can upgrade to v0.7.17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants