We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v0.0.10
55aaee1f-fe1b-4016-a9b7-16c2c25b86da
I've got this project structure:
project -backend --public -frontend -shared
3 dart packages, where backend is package with dart_frog server
After deploying it successfully using:
globe deploy
I've got this error in globe logs:
Invalid argument(s): A directory corresponding to fileSystemPath "public" could not be found
I was able to reproduce it locally running:
project % dart backend/build/bin/server.dart
The issue is that this code is run from root directory project
project
When I run it like this:
project % cd backend && dart build/bin/server.dart
Everything works fine.
The issue is I cannot do setup this in Globe settings. Because I can only pass path to entrypoint and cannot execut custom run code.
Ther should be no error.
No response
The text was updated successfully, but these errors were encountered:
duplicate #38
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
CLI Version
v0.0.10
Project ID
55aaee1f-fe1b-4016-a9b7-16c2c25b86da
Description
I've got this project structure:
project
-backend
--public
-frontend
-shared
3 dart packages, where backend is package with dart_frog server
After deploying it successfully using:
I've got this error in globe logs:
Invalid argument(s): A directory corresponding to fileSystemPath "public" could not be found
I was able to reproduce it locally running:
The issue is that this code is run from root directory
project
When I run it like this:
Everything works fine.
The issue is I cannot do setup this in Globe settings. Because I can only pass path to entrypoint and cannot execut custom run code.
Steps to reproduce
I've got this project structure:
project
-backend
--public
-frontend
-shared
3 dart packages, where backend is package with dart_frog server
After deploying it successfully using:
I've got this error in globe logs:
Invalid argument(s): A directory corresponding to fileSystemPath "public" could not be found
I was able to reproduce it locally running:
The issue is that this code is run from root directory
project
When I run it like this:
Everything works fine.
The issue is I cannot do setup this in Globe settings. Because I can only pass path to entrypoint and cannot execut custom run code.
Expected behavior
After deploying it successfully using:
Ther should be no error.
Screenshots
Additional context and comments
No response
The text was updated successfully, but these errors were encountered: