Hello, I was able to push to production; trying to publish so i can test the widget on my site. #1282
-
|
I am Currently on this step: Searchspring Managed Integration git commit -am "Hello, snapfu" https://snapui.searchspring.io/[your_site_id]/bundle.js Builds on different branch names will be deployed to: https://snapui.searchspring.io/[your_site_id]/[branch]/bundle.js However when i try snapui.searchspring.io/[your_site_id]/bundle.js I get an access denied |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Anyone know why i am getting an access denied? I replaced your_site_id with the six digit site-id from the management I just get a
|
Beta Was this translation helpful? Give feedback.
-
|
Hi @jongsoojong
This is not applicable if the repository is within a personal account or another organization. After building the project using |
Beta Was this translation helpful? Give feedback.
Hi @jongsoojong
This functionality is only available if the repository is managed within Searchspring's Github organization. Projects that are started by Searchspring reside in this organization and if you required access, an invitation to edit the repository can be requested.
This is not applicable if the repository is within a personal account or another organization. After building the project using
npm run build, you'll need to deploy the contents of thedistdi…