FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix #432: cloud path is not working in Windows due to absolute file path protocol by rjcodedev · Pull Request #449 · parse-community/parse-server-example · GitHub

fix #432: cloud path is not working in Windows due to absolute file path protocol - #449

Open
rjcodedev wants to merge 2 commits into
parse-community:masterfrom
rjcodedev:master
Open

fix #432: cloud path is not working in Windows due to absolute file path protocol#449
rjcodedev wants to merge 2 commits into
parse-community:masterfrom
rjcodedev:master

Conversation

rjcodedev commented Jan 10, 2024
edited
Loading

Copy link
Copy Markdown

issue fix #432 for windows and it also work for linux , macos too

parse-github-assistant Bot commented Jan 10, 2024
edited
Loading

Copy link
Copy Markdown

Thanks for opening this pull request!

  • ❌ Please link an issue that describes the reason for this pull request, otherwise your pull request will be closed. Make sure to write it as Closes: #123 in the PR description, so I can recognize it.

rjcodedev changed the title fix #432: cloud path is not working in Windows due absolute paths protocol fix #432: cloud path is not working in Windows due to absolute file path protocol Jan 10, 2024

Copy link
Copy Markdown
Author

Closes: #432

Comment thread index.js
Comment on lines +13 to +15
cloud: function () {
import('./cloud/main.js');
},

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

This would ignore the env var; could you refactor? I think the path can be set in an OS agnostic way, using the url lib, instead of __dirname and for example url.fileURLToPath.

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

2 participants


Back | FazBrowse Home | New Git URL