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

Correct the path to Strapi's socket when Strapi is served inside a directory #55

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

clementprdhomme
Copy link
Contributor

This PR addresses an issue where the plugin fails to connect to Strapi's socket when Strapi is served inside a directory. The solution involves passing the path to Strapi's instance to the socket.io client.

Fixes #54.

@david-vaclavek david-vaclavek merged commit f649c12 into localazy:main Aug 6, 2024
1 check passed
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.

Socket tries to connect to incorrect path if Strapi is served from a directory
2 participants