-
-
Notifications
You must be signed in to change notification settings - Fork 194
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
Manually uploaded files dont show up on the website #355
Comments
You have a typical symptom of CDN caching. Look here: Reposilite doesn't store information about artifacts in memory, so it's just impossible to not detect changes on disk. I'd add wildcard also before the url. To make sure it's a cache bug, you can try to make a request locally from your VPS. |
I can confirm it is probably a bug. It seems like these requests:
Do you have any exception in console? I think it might be connected with custom build names/content of these directories. |
It looks like it is.
|
2.9.12 should work fine: |
This works, thank you! |
…n-separator dots in group names (Fix #355)
We are in the process of moving our files from bintray to our new reposilite maven, but manually uploading the files doesnt seem to work. The files dont show up on the repo, it says the directory is empty.
Whereas if you check the file directory from winscp, the files are indeed present.
The text was updated successfully, but these errors were encountered: