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

Fix uri conversion and improve readme #44

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

so-grimm
Copy link

@so-grimm so-grimm commented May 8, 2024

What was done?

  1. I fixed the ConvertUriImplementation.
    As far as I can tell, the if condition never returned true, because the second part was always false. I removed the second part and now it works. I also checked that this doesn't impact the uri conversion in the normal live frontend view.
    I'm not entirely certain this is the right way to correct that problem, but it does work. Please have a look :)

  2. I added more information to the Readme.
    For me it was unclear how to fix the error I was getting and how to actually use the package, so I added information on that. I also added a note that there are migrations that need to run, just so you can see that right away in the readme and not have to go to your workspace module first to find it's not working anymore.
    Just trying to make everyone's life easier. If you'd like me to change the wording or anything, just let me know.

…ris, because the if-condition never came true
- add info that migrations need to run
- add info on how to fix permission error when generating the preview url
- add info on how previewers can actually use that package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant