Search found 19 matches

by Amber
21 Oct 2019, 09:58
Forum: Help
Topic: Register demo aimeos has error
Replies: 1
Views: 1071

Register demo aimeos has error

I want to register account on http://laravel.demo.aimeos.org, and get admin account contrast my project. When I submit the register form, has the error message.
Image
by Amber
21 Oct 2019, 09:14
Forum: Help
Topic: No items appear at the list
Replies: 22
Views: 6857

Re: No items appear at the list

The link https://lebesgue.localhost/admin/default/jqadm/search/product?lang=zh has jsonadm, this webpage displays well https://i.imgur.com/2iXUBMj.png https://i.imgur.com/CWeZN5h.png https://i.imgur.com/I7QnNxQ.png The link https://lebesgue.localhost/admin/default/jqadm/search/catalog?lang=zh has js...
by Amber
26 Sep 2019, 10:10
Forum: Help
Topic: No items appear at the list
Replies: 22
Views: 6857

Re: No items appear at the list

This is the log of my web server.
Image

The "Log" panel of the admin interface don't have log related to the JSON requests.
by Amber
25 Sep 2019, 02:10
Forum: Help
Topic: No items appear at the list
Replies: 22
Views: 6857

Re: No items appear at the list

Image
by Amber
24 Sep 2019, 08:52
Forum: Help
Topic: No items appear at the list
Replies: 22
Views: 6857

Re: No items appear at the list

In the network tab, I don't see the JSON response.

Image

Image

Image
by Amber
24 Sep 2019, 02:12
Forum: Help
Topic: No items appear at the list
Replies: 22
Views: 6857

Re: No items appear at the list

But I haven't change this code and response data. I don't know why look like that.
by Amber
19 Sep 2019, 03:29
Forum: Help
Topic: No items appear at the list
Replies: 22
Views: 6857

Re: No items appear at the list

response access-control-request-headers: x-socket-id cache-control: no-cache, private content-encoding: gzip content-type: text/html; charset=UTF-8 date: Thu, 19 Sep 2019 02:00:20 GMT server: nginx/1.13.5 set-cookie: XSRF-TOKEN=eyJpdiI6IkRpNTBrZ2VIY2tBSm9NSHpFK1gzeGc9PSIsInZhbHVlIjoiZVVOekd2a1VVNTlW...
by Amber
18 Sep 2019, 01:27
Forum: Help
Topic: No items appear at the list
Replies: 22
Views: 6857

Re: No items appear at the list

The browser is returned 200. response access-control-allow-credentials: true access-control-allow-headers: origin, content-type, accept,DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type access-control-allow-methods: POST, GET, PUT, DELETE, PATCH, ...
by Amber
17 Sep 2019, 07:09
Forum: Help
Topic: How to change list language
Replies: 1
Views: 944

How to change list language

I want to change https://localhost/list language, ex: English to Chinese. But I can't find how to change.
by Amber
17 Sep 2019, 04:09
Forum: Help
Topic: No items appear at the list
Replies: 22
Views: 6857

Re: No items appear at the list

I fix OPTIONS requests 500 error, but category list is still empty. nginx location / { if ($request_method = OPTIONS ) { add_header Access-Control-Allow-Origin "*"; add_header Access-Control-Allow-Methods "POST, GET, PUT, DELETE, PATCH, OPTIONS"; add_header Access-Control-Allow-H...