Sitemap not working
-
Hello
We enable site map, i get gooogle sitemap link too for our site map from settings but when i open then no sitemap
how to ifx
-
Hello @gauravjain1
Regarding sitemaps query you can check out the below link.
https://docs.bagisto.com/2.0/marketing/sitemaps.html
Warm Regards
Team Bagisto -
we follow same steps but can not see sitemap
-
Hello @gauravjain1
Can you please let us know your bagisto version.
Also, if it is possible can you provide us with your Bagisto admin details so that we can check this out at our end.
Warm Regards
-
Hello bro
i am using latest 2.3.6 version
also we see a new issue today, when we pay using razorpay then see following error, can u help me to fix this too
Internal Server Error
Razorpay\Api\Errors\BadRequestError
The amount must be an integer.
GET www.linberlin.in
PHP 8.2.29 — Laravel 11.44.2Expand
vendor frames
28 vendor frames collapsedWebkul\Installer\Http\Middleware\CanInstall
:30
handle
1 vendor frame collapsedWebkul\Core\Http\Middleware\SecureHeaders
:29
handle
20 vendor frames collapsedpublic/index.php
:51
packages/Webkul/Installer/src/Http/Middleware/CanInstall.php :30
if (! $this->isAlreadyInstalled()) {
return redirect()->route('installer.index');
}
}return $next($request); } /** * Application Already Installed. * * @return bool */ public function isAlreadyInstalled() { if (file_exists(storage_path('installed'))) { return true;