-
Notifications
You must be signed in to change notification settings - Fork 91
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
Blank Page and Rethinkdb Proxy #2
Comments
In the script file replace this line
with and a line below it where it is written IP_ADDRESS=$1, replace it with also your IP address. and rethinkdb-proxy-28015 is not needed. because we are using it rethinkdb in network host mode If still, the error comes then please attach logs and also console of the browser. |
I changed the IP part but the browser console still gives me still the error that |
I think I missed the nginx part, so I need create a nginx.conf file in /etc/nginx/ folder right? |
Do you have nginx installed locally? I have not installed anything locally because everything is pulled from an image file and you do not need to put any nginx.conf file in etc/nginx. First, remove nginx that is installed locally. you can take the screenshot of your terminal. Can you send the screenshot of your terminal running your script file, and also the screenshot of |
All your containers are up except the nginx and stf-migrate, stf-migrate is
type one shot service as it will be exited once it works is over but nginx
has to be up. Can you send me the screenshot of logs of nginx container.
You can see the logs by typing the command
``` sudo docker logs ( containerI'd)
```
…On Sat, Jul 29, 2017, 18:40 xell66 ***@***.***> wrote:
I dont installed nginx locally.
[image: image]
<https://user-images.githubusercontent.com/3396030/28745043-95e8a1cc-746f-11e7-9d2e-248469ecce57.png>
[image: image]
<https://user-images.githubusercontent.com/3396030/28745046-a718c8d2-746f-11e7-9bdb-8ee78f097069.png>
The OS is running inside a VM.
Thanks for your help!
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ATV8iDraz_-NaAaaX9KeN3fJsW2VK3eHks5sSy85gaJpZM4OnTiD>
.
|
can you just remove the env.ok file that was created by the script and then stop all the containers by typing the command
after doing this run your script file. And then see what is the error coming. |
Now all containers are running But there is still the Blank page at http://localhost:3200/auth/mock/ |
Ok, wrong port. Its 3100. Seem to work now! Thank you! Is it possible to add a second provider server to extent device capacity? |
@xell66 Hi, I have same problem with commons.entry.js and authmock.entry.js , when I open http://127.0.0.1:3200/auth/mock/ I can see 404 for this files. How you can fix it ? |
Not sure but maybe try http://127.0.0.1:3100/auth/mock/ |
With your script I get a blank page at localhost:3200/auth/mock.
Do I need to change something?
I tried to look into the stf logfiles but i dont know how I can find it inside the docker container.
And isnt the rethinkdb-proxy-28015.service required?
Thank You for the nice skript anyways!
The text was updated successfully, but these errors were encountered: