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

incorrect file url escape #11

Open
hjlarry opened this issue Jan 16, 2025 · 0 comments
Open

incorrect file url escape #11

hjlarry opened this issue Jan 16, 2025 · 0 comments

Comments

@hjlarry
Copy link
Contributor

hjlarry commented Jan 16, 2025

when upload a file to a tool, the & in the file's url will be escape to \u0026 , causing an error.

for example, the Vectorize tool:
efd91e6c9088c576ee94e64ae672bb3

my api server run in a local develop environment, and the plugin daemon runs in a docker.

This error does not occur during remote plugin development, but happens when installing from the marketplace or install a packaged plugin.

image
the first tool in the log screenshot is a remote plugin, the second tool is a packaged plugin.

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

No branches or pull requests

1 participant