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

Issue on docs #3839

Closed
CPonchet opened this issue Feb 6, 2024 · 7 comments
Closed

Issue on docs #3839

CPonchet opened this issue Feb 6, 2024 · 7 comments
Labels
🤷‍♂️🤷‍♀️ untriaged Need attention from maintainer in activepieces

Comments

@CPonchet
Copy link

CPonchet commented Feb 6, 2024

Path: /developers/development-setup/local

Hey Team,

First many thanks for the hard work on the documentation. Really good to read.

In notice a small issue with the first try on local dev env, nothing big.

With the chrome, you need to deactive the "Block insecure private network requests." to make it works in localhost to avoid CORS.

Otherwise, the first request (http://localhost:3000/v1/flags) fails and the loading is infinite.

@abuaboud
Copy link
Contributor

abuaboud commented Feb 7, 2024

You are hero. I encountered that a lot of times and couldn't figure out why! 🦸‍♂️

@abuaboud
Copy link
Contributor

abuaboud commented Feb 7, 2024

@allcontributors please add @CPonchet for bug

Copy link
Contributor

@abuaboud

I've put up a pull request to add @CPonchet! 🎉

@abuaboud
Copy link
Contributor

abuaboud commented Feb 7, 2024

@CPonchet Do you have any idea why when I close the browser and open it again, It start work again?

@CPonchet
Copy link
Author

CPonchet commented Feb 7, 2024

@abuaboud to be sure to understand your point, with or without modifying the flag in Chrome?
I had some CORS issues on my devs (python/react) because I didn't authorize the localhost url in my CORS policy on the backend (in the OPTIONS). Putting the right params in the Access-Control-Allow-Origin header in the response will allow the browser to read the response. On your cloud deployment, working well, I assume it has been done (or via your Nginx/apache/proxy).

@abuaboud abuaboud added the 🤷‍♂️🤷‍♀️ untriaged Need attention from maintainer in activepieces label Feb 17, 2024
@abuaboud
Copy link
Contributor

Hi @CPonchet

I no longer facing this issue, specially after upgrading angular / nx / esbuild, I am closing this issue for now as completed.

Please reopen if you still have the issue.

Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If this issue is continuing with the latest stable version of Activepieces, please open a new issue that references this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤷‍♂️🤷‍♀️ untriaged Need attention from maintainer in activepieces
Projects
None yet
Development

No branches or pull requests

2 participants