It is possible to change the access method via subdomain to path method in the project.
Instead of connecting to test.pangolin.com, we connect to pangolin.com/test for the server test (localhost:8080).
Originally created by @HRNasr on GitHub (Feb 11, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/186
It is possible to change the access method via subdomain to path method in the project.
Instead of connecting to test.pangolin.com, we connect to pangolin.com/test for the server test (localhost:8080).
@oschwartz10612 commented on GitHub (Feb 11, 2025):
To add to this: this can introduce added complexity siloing resources because cookies and local storage would be the same for multiple resources and I have experienced that causing issues.
We might tackle it in the future but right now it is not planned
<!-- gh-comment-id:2650977016 -->
@oschwartz10612 commented on GitHub (Feb 11, 2025):
To add to this: this can introduce added complexity siloing resources because cookies and local storage would be the same for multiple resources and I have experienced that causing issues.
We might tackle it in the future but right now it is not planned
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @HRNasr on GitHub (Feb 11, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/186
It is possible to change the access method via subdomain to path method in the project.
Instead of connecting to test.pangolin.com, we connect to pangolin.com/test for the server test (localhost:8080).
@miloschwartz commented on GitHub (Feb 11, 2025):
Not currently possible
@oschwartz10612 commented on GitHub (Feb 11, 2025):
To add to this: this can introduce added complexity siloing resources because cookies and local storage would be the same for multiple resources and I have experienced that causing issues.
We might tackle it in the future but right now it is not planned