Running pollen on macOS Catalina #15

Closed
opened 5 years ago by aalexei · 3 comments
aalexei commented 5 years ago (Migrated from github.com)

Hi, I'm unable to run a pollen server on macOS Catalina:

/Applications/Racket\ v7.4/bin/raco pollen start

works ok, but if I visit http://localhost:8080 I get the error that the project root was not found (it's definitely there). Presumably this is to do with the new permissions on Catalina. I've tried giving raco and racket full disk access but this did not solve the issues.

Any ideas?

Hi, I'm unable to run a pollen server on macOS Catalina: /Applications/Racket\ v7.4/bin/raco pollen start works ok, but if I visit http://localhost:8080 I get the error that the project root was not found (it's definitely there). Presumably this is to do with the new permissions on Catalina. I've tried giving raco and racket full disk access but this did not solve the issues. Any ideas?
mbutterick commented 5 years ago (Migrated from github.com)

cd into your project directory first.

Then do /Applications/Racket\ v7.4/bin/raco pollen start.

Same result, or different?

`cd` into your project directory first. Then do `/Applications/Racket\ v7.4/bin/raco pollen start`. Same result, or different?
aalexei commented 5 years ago (Migrated from github.com)

Yes, that's what I had done. Also tried giving the path and port on the command line with same problem. raco pollen render works as expected so all the config is fine.

Is there a way of making the server much more verbose?

Yes, that's what I had done. Also tried giving the path and port on the command line with same problem. `raco pollen render` works as expected so all the config is fine. Is there a way of making the server much more verbose?
aalexei commented 5 years ago (Migrated from github.com)

Ok, never mind, I'll put it down to user error. http://localhost:8080/index.ptree works, it's just a confusing error message. Should perhaps be something like 'index.html' not found instead of saying it can't find the directory.

Ok, never mind, I'll put it down to user error. `http://localhost:8080/index.ptree` works, it's just a confusing error message. Should perhaps be something like 'index.html' not found instead of saying it can't find the directory.
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mbutterick/pollen-users#15
Loading…
There is no content yet.